Started implementing AST

This commit is contained in:
Pasha Bibko
2025-07-22 22:25:20 +01:00
parent 75f84539bd
commit faf34661fb
6 changed files with 57 additions and 4 deletions

View File

@@ -15,10 +15,10 @@ enable_testing()
add_subdirectory(external/googletest)
# Adds the sub-directories of all of the binaries #
# The order is equivalent to which order they are compiled #
add_subdirectory(lexer)
add_subdirectory(ast)
# The app subdirectory #
# Executable directories #
add_subdirectory(LXC)
# Compiles the tests #
add_subdirectory(tests)