Adding Recognizers, and more.

Adding the proposed recognizers vocabulary, including a limited test.
Fixing windows build to better handle different VS versions.
Fixing various hidden word bugs.
Adding 3DUP opcode.
Bumping version number.
This commit is contained in:
Brad Nelson
2024-04-20 02:10:42 -07:00
parent 5619997682
commit 74d744dd00
14 changed files with 168 additions and 35 deletions

View File

@ -23,6 +23,7 @@ needs case_tests.fs
needs doloop_tests.fs
needs conditionals_tests.fs
needs float_tests.fs
needs recognizer_tests.fs
needs forth_namespace_tests.fs
needs structures_tests.fs
needs fault_tests.fs