started working on chemical (arc config), also removed files/config as that is now handled by parser/csv

This commit is contained in:
herbglitch 2024-12-22 23:31:31 -07:00
parent 8496ea4a40
commit 4b59d5c062
4 changed files with 15 additions and 162 deletions

View file

@ -57,7 +57,7 @@ set(ARCHEUS_STD_LINK_LIBRARIES
# ~ ARCHEUS_SOURCES ~ #
set(ARCHEUS_STD_SOURCES
src/std/config.c
src/std/chemical.c
src/std/errno.c
src/std/handler.c
src/std/hashtable.c
@ -81,8 +81,6 @@ set(ARCHEUS_STD_SOURCES
src/math/rectangle.c
src/math/vector2.c
src/files/config.c
src/engine/engine.c
src/engine/state.c
)
@ -130,6 +128,7 @@ if(ARCHEUS_STD_TESTS)
add_executable(tests
tests/test.c
tests/std/chemical.c
#tests/std/vector.c
#tests/std/lexer.c
#tests/std/parser.c