ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 3aec6952a2 JSSpecCompiler: Make TranslationUnit fields private
For some reason I was afraid to add trivial accessors to classes
in earlier PRs, so we now have dozens of classes with public fields. I'm
not exactly looking forward to refactoring them all at once but I'll
do so gradually.
2024-01-21 14:57:10 -07:00
..
AST JSSpecCompiler: Create FunctionDeclarations for all external functions 2024-01-14 16:05:51 -07:00
Compiler JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
Parser JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
Tests JSSpecCompiler: Save references to return value and function arguments 2024-01-14 16:05:51 -07:00
CMakeLists.txt JSSpecCompiler: Add bare-bones DCE pass 2024-01-14 16:05:51 -07:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
Forward.h JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
Function.cpp JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
Function.h JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00
main.cpp JSSpecCompiler: Make TranslationUnit fields private 2024-01-21 14:57:10 -07:00