added parserlang though it is throwing error when it should be good in testing, need to fix

This commit is contained in:
herbglitch 2024-11-06 06:45:04 -07:00
parent 9221d1e33e
commit b702431c88
5 changed files with 152 additions and 94 deletions

View file

@ -64,6 +64,7 @@ set(ARCHEUS_STD_SOURCES
src/std/io.c
src/std/lexer.c
src/std/parser.c
src/std/parser/parserlang.c
src/std/queue.c
src/std/stack.c
src/std/string.c