Commit Graph

166 Commits

Author SHA1 Message Date
mgcaret a562231db4 forgot a space 2020-03-05 22:49:37 -08:00
mgcaret 6a850cfff0 minor doc update 2020-03-05 22:49:03 -08:00
mgcaret d8a202bae4 more test coverage, 82% of system words now 2020-03-05 22:44:53 -08:00
mgcaret e1fa237f03 increase test coverage 2020-01-26 20:01:44 -08:00
mgcaret 8e8d3133f5 Fix doc for BEHAVIOR 2020-01-22 17:56:29 -08:00
mgcaret 16399c6618 fix N>R and NR> to standards; Forth dictionary doc updates 2020-01-22 17:14:52 -08:00
mgcaret 2310e3b18d regen forth_dictionary.md 2020-01-21 23:45:51 -08:00
mgcaret aeb2eeed27 fix typo in help for ALSO 2020-01-21 23:45:06 -08:00
mgcaret 3657b78e33 fix stack notation for $2VALUE 2020-01-21 23:41:07 -08:00
mgcaret d2e032a559 more doc stuff; generated markdown contains flags info 2020-01-21 23:39:06 -08:00
mgcaret 79a32db4e2 regenerate Forth dictionary doc 2020-01-20 23:09:50 -08:00
mgcaret d41e9d72aa add some escapes so markdown renders better 2020-01-20 23:09:09 -08:00
mgcaret bc6b58404d inline documentation/code comment updates 2020-01-20 23:08:23 -08:00
mgcaret a02e14e375 start docgen automation 2020-01-13 16:58:39 -08:00
mgcaret c9a4b81466 test runner: add ability to match line of output against string or regex 2020-01-08 18:16:28 -08:00
mgcaret 20ad937855 increase test coverage 2020-01-08 17:47:09 -08:00
mgcaret d7dee93a00 don't index certain words in source 2020-01-08 17:46:24 -08:00
mgcaret a53bc5a612 2NIP not the same as other Forths, rename and make headerless 2020-01-08 12:25:46 -08:00
mgcaret d456f722f1 additional tests 2020-01-08 12:25:03 -08:00
mgcaret 85e2c0122c add tests for OF816 words; test coverage is 67% of words 2020-01-07 18:19:00 -08:00
mgcaret 7a82a13f10 word existence test future-proofing 2020-01-07 18:13:05 -08:00
mgcaret 470f776a0b add test for backslash 2020-01-07 18:11:41 -08:00
mgcaret 37a66cda49 remove TEST-FCODE 2020-01-06 20:55:40 -08:00
mgcaret 70b2b8c48f fix broken test support 2020-01-06 19:51:19 -08:00
mgcaret 98f0665349 fix coverage reporting 2020-01-06 19:40:46 -08:00
mgcaret 169fefb600 yet more tests 2020-01-06 18:52:18 -08:00
mgcaret a6ee722f04 indexer: correctly deal with commas 2020-01-06 17:39:30 -08:00
mgcaret e59f1ce197 dictionary help indexing tool/coverage tooling 2020-01-06 12:31:19 -08:00
mgcaret 2f0281a5d9 minor help text updates 2020-01-06 12:30:46 -08:00
mgcaret ea5c795cfd improve coverage counting 2020-01-06 12:30:09 -08:00
mgcaret 9f6f2b441e fix broken test 2020-01-06 10:13:52 -08:00
mgcaret 8a8dfe09b8 correct broken tests 2020-01-06 10:08:50 -08:00
mgcaret 77e0fa1d46 add 7.3.9 tests 2020-01-06 10:02:54 -08:00
mgcaret 02d557e597 run-tests.rb should see stack underflows 2020-01-06 09:57:02 -08:00
mgcaret 34ea44a3aa clarifications in comments 2020-01-06 09:56:35 -08:00
mgcaret f7c9b0e786 correct issue with 'FORTH' word when platform dictionary is present 2020-01-06 09:55:52 -08:00
mgcaret 25e631db8c GoSXB: easily enable/disable platform dictionary 2020-01-06 09:55:01 -08:00
mgcaret 6d32bf54e3 STATE should not be immediate, 1275 7.3.9.2.2 is in error for STATE and IMMEDIATE 2020-01-06 08:23:41 -08:00
mgcaret aa2cb1dd75 add tests for control flow commands in interpretation state 2020-01-06 08:20:21 -08:00
mgcaret 4f41c94ee6 resolve #7 2020-01-05 21:53:07 -08:00
mgcaret aca5015e1c simplify temp def stuff a little 2020-01-05 21:12:49 -08:00
mgcaret e9ab1c0eb4 enhance unit test runner 2020-01-05 17:42:58 -08:00
mgcaret 06da03f925 Add section 7.3.8 unit tests 2020-01-05 17:24:11 -08:00
mgcaret fb1f630ab1 fix problem in ABORT" discovered in unit test 2020-01-05 17:23:44 -08:00
mgcaret 5e0a2eef86 Fix problem with ['] discovered in unit tests 2020-01-05 17:12:08 -08:00
mgcaret b626a7a790 Fix J (and optional K) problem discovered in unit tests 2020-01-05 16:18:27 -08:00
mgcaret 1e4c84d86a STATE should be an immediate 2020-01-05 15:41:39 -08:00
mgcaret e1e010cc8a make sure CMOVE and CMOVE> are according to spec 2020-01-05 15:39:37 -08:00
mgcaret 5eacf0b3f4 add tests for section 7.3.7 2020-01-05 15:38:56 -08:00
mgcaret bc7c95bb7b temporarily switch to secondary FM/MOD, ref #5 2020-01-04 17:39:36 -08:00