mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02: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).