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

JSSpecCompiler: Make it compile and dump AST created from stdin input

This commit is contained in:
Dan Klishch 2023-08-17 22:31:56 -04:00 committed by Andrew Kaster
parent db0a03d1fb
commit 66f4cdba85
3 changed files with 53 additions and 0 deletions

View file

@ -1,5 +1,8 @@
add_subdirectory(GMLCompiler)
add_subdirectory(IPCCompiler)
if (BUILD_LAGOM)
add_subdirectory(JSSpecCompiler)
endif()
add_subdirectory(LibEDID)
add_subdirectory(LibGL)
add_subdirectory(LibLocale)