1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:08:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Parser
Dan Klishch d14bb7e91e JSSpecCompiler: Make function arguments parsing much simpler
In a nutshell, when we understand that the expression is a function
call (this happens at '(' after an expression), stop parsing expression
and start parsing function arguments. This makes
`FunctionCallCanonicalizationPass` and the workaround for zero argument
function calls obsolete.
2024-02-24 15:03:08 -07:00
..
CppASTConverter.cpp JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode 2024-02-24 15:03:08 -07:00
CppASTConverter.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
Lexer.cpp JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
Lexer.h JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
SpecParser.cpp JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
SpecParser.h JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
TextParser.cpp JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
TextParser.h JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
Token.h JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
XMLUtils.cpp JSSpecCompiler: Get rid of ParseError in Lexer 2024-02-08 07:05:13 -07:00
XMLUtils.h JSSpecCompiler: Remove ParseError 2024-02-08 07:05:13 -07:00