]> code.bitgloo.com Git - clyne/sprit-forth.git/commit
initial upload
authorClyne Sullivan <clyne@bitgloo.com>
Fri, 24 Nov 2023 21:23:40 +0000 (16:23 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Fri, 24 Nov 2023 21:23:40 +0000 (16:23 -0500)
commit092002a49f6a4a59200eb674cfad6657890d6ce3
tree14585be8f819dbcc4e70b059a7622555a283cee5
parent9a46bc4589c948df45159aeddff64a927927708a
initial upload
13 files changed:
.gitignore [new file with mode: 0644]
LICENSE
Makefile [new file with mode: 0644]
README.md
core.fth [new file with mode: 0644]
source/core.cpp [new file with mode: 0644]
source/core.hpp [new file with mode: 0644]
source/parse.cpp [new file with mode: 0644]
source/parse.hpp [new file with mode: 0644]
source/state.cpp [new file with mode: 0644]
source/state.hpp [new file with mode: 0644]
source/types.hpp [new file with mode: 0644]
sprit.cpp [new file with mode: 0644]