creation and destruction in parser, also added some stuff to gitingore

This commit is contained in:
herbglitch 2024-10-16 05:14:53 -06:00
parent 5842197142
commit 60acfd075a
6 changed files with 151 additions and 4 deletions

View file

@ -63,6 +63,7 @@ set(ARCHEUS_STD_SOURCES
src/std/hashtable.c
src/std/io.c
src/std/lexer.c
src/std/parser.c
src/std/queue.c
src/std/stack.c
src/std/string.c
@ -127,7 +128,8 @@ if(ARCHEUS_STD_TESTS)
tests/test.c
#tests/std/vector.c
tests/std/lexer.c
#tests/std/lexer.c
tests/std/parser.c
${ARCHEUS_STD_SOURCES}
)