1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 11:54:58 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/AST
Dan Klishch 33b36476d9 JSSpecCompiler: Properly parse function calls with zero arguments
We cannot handle them normally since we need text between parenthesis to
be a valid expression. As a workaround, we now push an artificial value
to stack to act as an argument (it'll be later removed during function
call canonicalization).
2024-01-21 14:57:10 -07:00
..
AST.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
AST.h JSSpecCompiler: Properly parse function calls with zero arguments 2024-01-21 14:57:10 -07:00
ASTPrinting.cpp JSSpecCompiler: Properly parse function calls with zero arguments 2024-01-21 14:57:10 -07:00