Add emitting of function calls
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
cb55c00739
commit
52a63a7066
5 changed files with 116 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue