creation and destruction in parser, also added some stuff to gitingore
This commit is contained in:
parent
5842197142
commit
60acfd075a
6 changed files with 151 additions and 4 deletions
|
|
@ -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}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue