1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

JSSpecCompiler: Add infrastructure to run compiler passes on AST

This commit is contained in:
Dan Klishch 2023-08-18 13:12:20 -04:00 committed by Andrew Kaster
parent cd8f4aaa7d
commit 198591cc20
6 changed files with 243 additions and 0 deletions

View file

@ -1,5 +1,7 @@
set(SOURCES
AST/AST.cpp
AST/ASTPrinting.cpp
Compiler/GenericASTPass.cpp
Parser/Lexer.cpp
Parser/ParseError.cpp
Parser/SpecParser.cpp