packages feed

typst-0.9: test/typ/compiler/let-02.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/let-02.typ"
    ( line 3 , column 2 )
    (Let
       (BasicBind (Just (Identifier "a")))
       (Array [ Reg (Literal (Int 1)) , Reg (Literal (Int 2)) ]))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 parbreak() })