typst-0.9: test/typ/compiler/ops-assoc-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/ops-assoc-00.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(Equals
(Divided
(Divided (Literal (Int 10)) (Literal (Int 2))) (Literal (Int 2)))
(Divided
(Divided (Literal (Int 10)) (Literal (Int 2))) (Literal (Int 2))))
, NormalArg (Literal (Boolean True))
])
, SoftBreak
, Code
"typ/compiler/ops-assoc-00.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(Equals
(Divided
(Divided (Literal (Int 10)) (Literal (Int 2))) (Literal (Int 2)))
(Divided
(Literal (Int 10)) (Divided (Literal (Int 2)) (Literal (Int 2)))))
, NormalArg (Literal (Boolean False))
])
, SoftBreak
, Code
"typ/compiler/ops-assoc-00.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(Times
(Divided (Literal (Int 1)) (Literal (Int 2))) (Literal (Int 3)))
, NormalArg (Literal (Float 1.5))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak() })