]> code.bitgloo.com Git - clyne/sprit-forth.git/commit
refactor, encapsulate main
authorClyne Sullivan <clyne@bitgloo.com>
Wed, 12 Jun 2024 10:55:37 +0000 (06:55 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Wed, 12 Jun 2024 10:55:37 +0000 (06:55 -0400)
commita79eaf8e16b50c7798d9a285da251df6bce43b32
treee892c4d91591b783cf1ccc5d1f26c77181bed083
parentb82f1c1f7e7680aabc64547ef45d4ca13962bc17
refactor, encapsulate
Makefile
source/core.cpp
source/core.hpp
source/executor.cpp [new file with mode: 0644]
source/executor.hpp [new file with mode: 0644]
source/parse.cpp
source/parse.hpp
source/state.cpp
source/state.hpp
source/types.hpp
sprit.cpp