Add emitting of function calls

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-14 10:52:29 +01:00
parent cb55c00739
commit 52a63a7066
5 changed files with 116 additions and 11 deletions

View file

@ -7,9 +7,7 @@ TemplateAst {
Interpolation {
prev_whitespace_content: None,
expression: FunctionCall {
name: VariableAccess(
[Ident]"foo" (4..7),
),
name: [Ident]"foo" (4..7),
args: [
Operation {
op: Times,
@ -27,9 +25,7 @@ TemplateAst {
},
},
FunctionCall {
name: VariableAccess(
[Ident]"bar" (15..18),
),
name: [Ident]"bar" (15..18),
args: [
Operation {
op: Plus,