mirror of
https://github.com/RGBCube/serenity
synced 2026-01-21 23:40:59 +00:00
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). |
||
|---|---|---|
| .. | ||
| CppASTConverter.cpp | ||
| CppASTConverter.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| ParseError.cpp | ||
| ParseError.h | ||
| SpecParser.cpp | ||
| SpecParser.h | ||
| TextParser.cpp | ||
| TextParser.h | ||
| Token.h | ||
| XMLUtils.cpp | ||
| XMLUtils.h | ||