Added parser project

This commit is contained in:
Pasha Bibko
2025-07-23 19:33:33 +01:00
parent 6a534ba635
commit 86a178b7d5
10 changed files with 93 additions and 30 deletions

View File

@@ -18,6 +18,7 @@ add_subdirectory(external/googletest)
# The order is equivalent to which order they are compiled #
add_subdirectory(lexer)
add_subdirectory(ast)
add_subdirectory(parser)
# Executable directories #
add_subdirectory(LXC)