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

@@ -1,8 +1,8 @@
# Fetches all files for in the binary #
file (GLOB LexerSources src/*.cpp inc/*.h)
add_library(Lexer STATIC ${LexerSources})
# Adds the headers in the current directory #
target_include_directories (
Lexer PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/inc