Skip to content

ruv/forth-design-exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experiments on Forth system design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages