/forth-design-exp

Experiments on Forth system design

Primary LanguageForth

Experiments on Forth system design

Lexeme translator mechanism

The "lexeme translator" comprises the "lexem resolver" and the "token translator".

It is an alternative design for "recognizers". See lexeme-translator/ directory.

Nota bene

Due to occacinaly history rewriting in this repository, to fetch the updates and discard the local changes (if any) the following command can be used:

git fetch --all && git symbolic-ref HEAD refs/heads/master && git reset --hard origin/master