working on parserlang

This commit is contained in:
herbglitch 2024-11-12 10:36:35 -07:00
parent b702431c88
commit fa0f9cd820
2 changed files with 16 additions and 14 deletions

View file

@ -131,6 +131,7 @@ if(ARCHEUS_STD_TESTS)
#tests/std/vector.c
tests/std/lexer.c
tests/std/parser.c
tests/std/temp_parserlang.c
${ARCHEUS_STD_SOURCES}
)