typst-0.7: test/typ/compiler/for-01.out
--- parse tree ---
[ Code
"typ/compiler/for-01.typ"
( line 1 , column 2 )
(Let
(BasicBind (Just (Identifier "test")))
(FuncExpr
[ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
(Block
(CodeBlock
[ If
[ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
, Block (Content [ Text "\9989" ])
)
, ( Literal (Boolean True)
, Block
(Content
[ Text "\10060"
, Text "("
, Code
"typ/compiler/for-01.typ"
( line 1 , column 47 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "x")) ])
, Space
, Text "/"
, Text "="
, Space
, Code
"typ/compiler/for-01.typ"
( line 1 , column 59 )
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Ident (Identifier "y")) ])
, Text ")"
])
)
]
]))))
, SoftBreak
, Code
"typ/compiler/for-01.typ"
( line 2 , column 2 )
(Let (BasicBind (Just (Identifier "out"))) (Array []))
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 5 , column 2 )
(For
(BasicBind (Just (Identifier "v")))
(Array
[ Reg (Literal (Int 1))
, Reg (Literal (Int 2))
, Reg (Literal (Int 3))
])
(Block
(CodeBlock
[ Assign
(Ident (Identifier "out"))
(Plus
(Ident (Identifier "out"))
(Array [ Reg (Ident (Identifier "v")) ]))
])))
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 10 , column 2 )
(For
(DestructuringBind
[ Simple (Just (Identifier "i"))
, Simple (Just (Identifier "v"))
])
(FuncCall
(FieldAccess
(Ident (Identifier "enumerate"))
(Array
[ Reg (Literal (String "1"))
, Reg (Literal (String "2"))
, Reg (Literal (String "3"))
]))
[])
(Block
(CodeBlock
[ FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(Ident (Identifier "repr"))
[ NormalArg (Plus (Ident (Identifier "i")) (Literal (Int 1))) ])
, NormalArg (Ident (Identifier "v"))
]
])))
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 15 , column 2 )
(For
(BasicBind (Just (Identifier "v")))
(Dict
[ Reg ( Ident (Identifier "a") , Literal (Int 4) )
, Reg ( Ident (Identifier "b") , Literal (Int 5) )
])
(Block
(CodeBlock
[ Assign
(Ident (Identifier "out"))
(Plus
(Ident (Identifier "out"))
(Array [ Reg (Ident (Identifier "v")) ]))
])))
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 20 , column 2 )
(For
(DestructuringBind
[ Simple (Just (Identifier "k"))
, Simple (Just (Identifier "v"))
])
(Dict
[ Reg ( Ident (Identifier "a") , Literal (Int 6) )
, Reg ( Ident (Identifier "b") , Literal (Int 7) )
])
(Block
(CodeBlock
[ Assign
(Ident (Identifier "out"))
(Plus
(Ident (Identifier "out"))
(Array [ Reg (Ident (Identifier "k")) ]))
, Assign
(Ident (Identifier "out"))
(Plus
(Ident (Identifier "out"))
(Array [ Reg (Ident (Identifier "v")) ]))
])))
, ParBreak
, Code
"typ/compiler/for-01.typ"
( line 25 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Ident (Identifier "out"))
, NormalArg
(Array
[ Reg (Literal (Int 1))
, Reg (Literal (Int 2))
, Reg (Literal (Int 3))
, Reg
(Array [ Reg (Literal (String "a")) , Reg (Literal (Int 4)) ])
, Reg
(Array [ Reg (Literal (String "b")) , Reg (Literal (Int 5)) ])
, Reg (Literal (String "a"))
, Reg (Literal (Int 6))
, Reg (Literal (String "b"))
, Reg (Literal (Int 7))
])
])
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 28 , column 2 )
(Let
(BasicBind (Just (Identifier "first"))) (Literal (Boolean True)))
, SoftBreak
, Code
"typ/compiler/for-01.typ"
( line 29 , column 2 )
(Let
(BasicBind (Just (Identifier "joined")))
(For
(BasicBind (Just (Identifier "c")))
(Literal (String "abc\128105\8205\128105\8205\128102\8205\128102"))
(Block
(CodeBlock
[ If
[ ( Not (Ident (Identifier "first"))
, Block (CodeBlock [ Literal (String ", ") ])
)
]
, Assign (Ident (Identifier "first")) (Literal (Boolean False))
, Ident (Identifier "c")
]))))
, ParBreak
, Code
"typ/compiler/for-01.typ"
( line 35 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Ident (Identifier "joined"))
, NormalArg
(Literal
(String "a, b, c, \128105\8205\128105\8205\128102\8205\128102"))
])
, ParBreak
, Comment
, Code
"typ/compiler/for-01.typ"
( line 38 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(For
(BasicBind (Just (Identifier "v")))
(Literal (String ""))
(Block (Content [])))
, NormalArg (Literal None)
])
, SoftBreak
, Code
"typ/compiler/for-01.typ"
( line 39 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg
(FuncCall
(Ident (Identifier "type"))
[ NormalArg
(For
(BasicBind (Just (Identifier "v")))
(Literal (String "1"))
(Block (Content [])))
])
, NormalArg (Literal (String "content"))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
parbreak(),
text(body: [✅]),
text(body: [✅]),
text(body: [✅]),
parbreak(),
parbreak(),
parbreak(),
text(body: [✅]),
parbreak(),
text(body: [
]),
parbreak(),
text(body: [❌(]),
text(body: ["a, b, c, 👩, , 👩, , 👦, , 👦"]),
text(body: [ /= ]),
text(body: ["a, b, c, 👩👩👦👦"]),
text(body: [)]),
parbreak(),
text(body: [✅]),
text(body: [
]),
text(body: [✅]),
parbreak() })