feat: basic lexer + parser with basic example
This commit is contained in:
@ -6,4 +6,5 @@ set(SOURCES
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
include_directories(pl ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
add_executable(pl ${SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user