version 0.1
This commit is contained in:
parent
eddfeb7bfc
commit
dbfdde72ab
20 changed files with 740 additions and 55 deletions
|
@ -10,6 +10,8 @@ add_executable(biscuit_interpreter src/common.hpp)
|
|||
target_sources( biscuit_interpreter PRIVATE
|
||||
src/main.cpp
|
||||
src/parse.cpp
|
||||
src/runtime.cpp
|
||||
src/util.cpp
|
||||
src/keywords.cpp )
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue