packages feed

typst-0.9: test/typ/compute/calc-16.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/calc-16.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "pow")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 10)) , NormalArg (Literal (Int 0)) ])
       , NormalArg (Literal (Int 1))
       ])
, SoftBreak
, Code
    "typ/compute/calc-16.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "pow")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 2)) , NormalArg (Literal (Int 4)) ])
       , NormalArg (Literal (Int 16))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })