1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Tests
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
..
simple.cpp JSSpecCompiler: Add our first test :^) 2023-12-07 10:13:21 -07:00
simple.cpp.expectation JSSpecCompiler: Make function arguments parsing much simpler 2024-02-24 15:03:08 -07:00
spec-no-new-line-after-dot.xml JSSpecCompiler: Always treat trailing MemberAccess as punctuation 2024-01-21 14:57:10 -07:00
spec-no-new-line-after-dot.xml.expectation JSSpecCompiler: Always treat trailing MemberAccess as punctuation 2024-01-21 14:57:10 -07:00
spec-parsing.xml JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
spec-parsing.xml.expectation JSSpecCompiler: Parse enumerators in xspec mode 2024-02-24 15:03:08 -07:00
spec-single-function-simple.xml JSSpecCompiler: Parse <sup> as raising a number to a power in xspec mode 2024-02-24 15:03:08 -07:00
spec-single-function-simple.xml.expectation JSSpecCompiler: Parse <sup> as raising a number to a power in xspec mode 2024-02-24 15:03:08 -07:00