packages feed

typst-0.9: test/typ/compute/foundations-12.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/foundations-12.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "assert"))
       [ NormalArg (GreaterThan (Literal (Int 5)) (Literal (Int 3))) ])
, SoftBreak
, Code
    "typ/compute/foundations-12.typ"
    ( line 3 , column 2 )
    (FuncCall
       (FieldAccess
          (Ident (Identifier "eq")) (Ident (Identifier "assert")))
       [ NormalArg (Literal (Int 15)) , NormalArg (Literal (Int 15)) ])
, SoftBreak
, Code
    "typ/compute/foundations-12.typ"
    ( line 4 , column 2 )
    (FuncCall
       (FieldAccess
          (Ident (Identifier "ne")) (Ident (Identifier "assert")))
       [ NormalArg (Literal (Int 10)) , NormalArg (Literal (Int 12)) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 parbreak() })