]> code.bitgloo.com Git - bitgloo/alee-forth.git/commit
build as library; add small target
authorClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Feb 2023 21:41:34 +0000 (16:41 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Thu, 9 Feb 2023 21:41:34 +0000 (16:41 -0500)
commit5bc9e4d2add7d2185b2c57a18ebd15b31f5366bd
tree6cb3b598dc8d6a86936bf236e8fc93df83770ada
parent92680120c6e3902644171c37eb7b271cf2d82250
build as library; add small target
14 files changed:
.gitignore
Makefile
alee.cpp
alee.hpp [new file with mode: 0644]
corewords.hpp
dictionary.cpp [new file with mode: 0644]
dictionary.hpp
executor.cpp [new file with mode: 0644]
executor.hpp
parser.cpp [new file with mode: 0644]
parser.hpp
state.cpp [new file with mode: 0644]
state.hpp
types.hpp