]> code.bitgloo.com Git - bitgloo/alee-forth.git/commit
move libalee into folder
authorClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Mar 2023 00:57:26 +0000 (19:57 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Mar 2023 00:57:26 +0000 (19:57 -0500)
commitdcd5e792b1d84afd1bea9780781674b6e6ad8dc3
tree6b841cd741c3d8df6cb7b22f1423a5c814e0add9
parent1960aa8773e51a76f0a5a653c8a4eb4fbef5e4ba
move libalee into folder
22 files changed:
Makefile
alee.hpp
corewords.cpp [deleted file]
corewords.hpp [deleted file]
dictionary.cpp [deleted file]
dictionary.hpp [deleted file]
libalee/corewords.cpp [new file with mode: 0644]
libalee/corewords.hpp [new file with mode: 0644]
libalee/dictionary.cpp [new file with mode: 0644]
libalee/dictionary.hpp [new file with mode: 0644]
libalee/parser.cpp [new file with mode: 0644]
libalee/parser.hpp [new file with mode: 0644]
libalee/state.cpp [new file with mode: 0644]
libalee/state.hpp [new file with mode: 0644]
libalee/types.hpp [new file with mode: 0644]
memdict.hpp
parser.cpp [deleted file]
parser.hpp [deleted file]
splitmemdict.hpp
state.cpp [deleted file]
state.hpp [deleted file]
types.hpp [deleted file]