packages feed

typst-0.9: test/typ/compiler/array-00.out

--- parse tree ---
[ Comment
, ParBreak
, Code
    "typ/compiler/array-00.typ"
    ( line 3 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "width") (Literal (Numeric 150.0 Pt)) ])
, ParBreak
, Comment
, SoftBreak
, Code "typ/compiler/array-00.typ" ( line 6 , column 2 ) (Array [])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/array-00.typ" ( line 9 , column 2 ) (Literal (Int 1))
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/array-00.typ"
    ( line 12 , column 2 )
    (Array [ Reg (Negated (Literal (Int 1))) ])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/array-00.typ"
    ( line 15 , column 2 )
    (Array
       [ Reg (Literal (Boolean True)) , Reg (Literal (Boolean False)) ])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/array-00.typ"
    ( line 18 , column 2 )
    (Array
       [ Reg (Literal (String "1"))
       , Reg
           (FuncCall
              (Ident (Identifier "rgb")) [ NormalArg (Literal (String "002")) ])
       ])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [()]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [1]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [(-1)]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [(true, false)]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [("1", rgb(0%,0%,0%,100%))]), 
                 parbreak() })