feat: line processing and basic variable support
This commit is contained in:
parent
cb2a1df61f
commit
11fa2b1e6f
21 changed files with 893 additions and 136 deletions
3
Makefile
3
Makefile
|
|
@ -10,3 +10,6 @@ build:
|
|||
test:
|
||||
gcc ${TEST_SRCS_ENC} ./tests/* -o ./bin/test ${CXXFLAGS_WITHOUT_PKGS}
|
||||
./bin/test
|
||||
sandbox:
|
||||
gcc ${TEST_SRCS_ENC} ./sandbox.c -o ./bin/sandbox ${CXXFLAGS_WITHOUT_PKGS}
|
||||
./bin/sandbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue