packages feed

typst-0.9: test/typ/compute/construct-07.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 2 , column 2 )
    (Let
       (BasicBind (Just (Identifier "envelope")))
       (FuncCall
          (Ident (Identifier "symbol"))
          [ NormalArg (Literal (String "\128386"))
          , NormalArg
              (Array
                 [ Reg (Literal (String "stamped"))
                 , Reg (Literal (String "\128387"))
                 ])
          , NormalArg
              (Array
                 [ Reg (Literal (String "stamped.pen"))
                 , Reg (Literal (String "\128390"))
                 ])
          , NormalArg
              (Array
                 [ Reg (Literal (String "lightning"))
                 , Reg (Literal (String "\128388"))
                 ])
          , NormalArg
              (Array
                 [ Reg (Literal (String "fly"))
                 , Reg (Literal (String "\128389"))
                 ])
          ]))
, ParBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 10 , column 2 )
    (Ident (Identifier "envelope"))
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 11 , column 2 )
    (FieldAccess
       (Ident (Identifier "stamped")) (Ident (Identifier "envelope")))
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 12 , column 2 )
    (FieldAccess
       (Ident (Identifier "pen")) (Ident (Identifier "envelope")))
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 13 , column 2 )
    (FieldAccess
       (Ident (Identifier "pen"))
       (FieldAccess
          (Ident (Identifier "stamped")) (Ident (Identifier "envelope"))))
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 14 , column 2 )
    (FieldAccess
       (Ident (Identifier "lightning")) (Ident (Identifier "envelope")))
, SoftBreak
, Code
    "typ/compute/construct-07.typ"
    ( line 15 , column 2 )
    (FieldAccess
       (Ident (Identifier "fly")) (Ident (Identifier "envelope")))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 text(body: [πŸ–‚]), 
                 text(body: [
]), 
                 text(body: [πŸ–ƒ]), 
                 text(body: [
]), 
                 text(body: [πŸ–†]), 
                 text(body: [
]), 
                 text(body: [πŸ–†]), 
                 text(body: [
]), 
                 text(body: [πŸ–„]), 
                 text(body: [
]), 
                 text(body: [πŸ–…]), 
                 parbreak() })