1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 00:35:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 75fd28014c JSSpecCompiler: Add converter from LibCpp's AST
This will effectively allow us to use C++ code as an input for the
compiler. This would be useful for testing, since otherwise we would
have had to specify tests as a spec-like XML, which is not exactly the
most developer-friendly experience.
2023-10-02 21:15:08 +02:00
..
AST JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00
Compiler JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00
Parser JSSpecCompiler: Add converter from LibCpp's AST 2023-10-02 21:15:08 +02:00
CMakeLists.txt JSSpecCompiler: Add converter from LibCpp's AST 2023-10-02 21:15:08 +02:00
Forward.h JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00
Function.cpp JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00
Function.h JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00
main.cpp JSSpecCompiler: Adopt more C++ terminology 2023-10-02 21:15:08 +02:00