]> code.bitgloo.com Git - bitgloo/alee-forth.git/commit
initial commit
authorClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Feb 2023 15:30:55 +0000 (10:30 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Feb 2023 15:30:55 +0000 (10:30 -0500)
commit56760f0517c646f41dd179e1f365d3268df3ec50
tree95e8d4f96b35c318a3669966385a7bdb71e36434
initial commit
13 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
alee.cpp [new file with mode: 0644]
corewords.cpp [new file with mode: 0644]
corewords.hpp [new file with mode: 0644]
dictionary.hpp [new file with mode: 0644]
executor.hpp [new file with mode: 0644]
memdict.hpp [new file with mode: 0644]
parser.hpp [new file with mode: 0644]
state.hpp [new file with mode: 0644]
types.cpp [new file with mode: 0644]
types.hpp [new file with mode: 0644]