packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/compute/construct-01.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "stack"))
       [ KeyValArg (Identifier "dir") (Ident (Identifier "ltr"))
       , NormalArg
           (FuncCall
              (Ident (Identifier "rect"))
              [ KeyValArg
                  (Identifier "fill")
                  (FuncCall
                     (Ident (Identifier "luma")) [ NormalArg (Literal (Int 0)) ])
              ])
       , NormalArg
           (FuncCall
              (Ident (Identifier "rect"))
              [ KeyValArg
                  (Identifier "fill")
                  (FuncCall
                     (Ident (Identifier "luma"))
                     [ NormalArg (Literal (Numeric 80.0 Percent)) ])
              ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 stack(children: (rect(fill: luma(0%)), 
                                  rect(fill: luma(80%))), 
                       dir: ltr), 
                 parbreak() })