ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Dan Klishch 0806ccaeec JSSpecCompiler: Start converting crashes to error messages
I got fed up with looking at error messages that tell me "VERIFICATION
FAILED: !is_error()". So this commit introduces DiagnosticEngine class
whose purpose is to accumulate and print more user-friendly errors.
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: Start converting crashes to error messages 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: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
DiagnosticEngine.cpp JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
DiagnosticEngine.h JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
Forward.h JSSpecCompiler: Start converting crashes to error messages 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: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
main.cpp JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00