mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:37:36 +00:00
JSSpecCompiler: Make it compile and dump AST created from stdin input
This commit is contained in:
parent
db0a03d1fb
commit
66f4cdba85
3 changed files with 53 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
set(SOURCES
|
||||
AST/ASTPrinting.cpp
|
||||
Parser/Lexer.cpp
|
||||
Parser/ParseError.cpp
|
||||
Parser/SpecParser.cpp
|
||||
Parser/TextParser.cpp
|
||||
Parser/XMLUtils.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
lagom_tool(JSSpecCompiler LIBS LibMain LibXML)
|
||||
target_include_directories(JSSpecCompiler PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_compile_options(JSSpecCompiler PRIVATE -Wno-missing-field-initializers)
|
Loading…
Add table
Add a link
Reference in a new issue