packages feed

typst-0.9: test/typ/compiler/ops-08.out

--- parse tree ---
[ Comment
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Equals (Literal (Int 1)) (Literal (String "hi")))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Equals (Literal (Int 1)) (Literal (Float 1.0)))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Literal (Numeric 30.0 Percent))
              (Plus (Literal (Numeric 30.0 Percent)) (Literal (Numeric 0.0 Cm))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 7 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Literal (Numeric 1.0 In))
              (Plus (Literal (Numeric 0.0 Percent)) (Literal (Numeric 72.0 Pt))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 8 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Literal (Numeric 30.0 Percent))
              (Plus (Literal (Numeric 30.0 Percent)) (Literal (Numeric 1.0 Cm))))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 9 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Literal (String "ab"))
              (Plus (Literal (String "a")) (Literal (String "b"))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 10 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Equals (Array []) (Array [ Reg (Literal (Int 1)) ]))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 11 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Array
                 [ Reg (Literal (Int 1))
                 , Reg (Literal (Int 2))
                 , Reg (Literal (Int 3))
                 ])
              (Plus
                 (Array [ Reg (Literal (Int 1)) , Reg (Literal (Float 2.0)) ])
                 (Array [ Reg (Literal (Int 3)) ])))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 12 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Dict [])
              (Dict [ Reg ( Ident (Identifier "a") , Literal (Int 1) ) ]))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 13 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Dict
                 [ Reg
                     ( Ident (Identifier "a")
                     , Minus (Literal (Int 2)) (Literal (Float 1.0))
                     )
                 , Reg ( Ident (Identifier "b") , Literal (Int 2) )
                 ])
              (Dict
                 [ Reg ( Ident (Identifier "b") , Literal (Int 2) )
                 , Reg ( Ident (Identifier "a") , Literal (Int 1) )
                 ]))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 14 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Not (Equals (Literal (String "a")) (Literal (String "a"))))
       , NormalArg (Literal (Boolean False))
       ])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 17 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals (Ident (Identifier "test")) (Ident (Identifier "test")))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 18 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (FuncExpr [] (Block (CodeBlock [])))
              (FuncExpr [] (Block (CodeBlock []))))
       , NormalArg (Literal (Boolean False))
       ])
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 21 , column 2 )
    (Let
       (BasicBind (Just (Identifier "t"))) (Block (Content [ Text "a" ])))
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 22 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals (Ident (Identifier "t")) (Ident (Identifier "t")))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 23 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Equals (Block (Content [])) (Block (Content [])))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 24 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (Block (Content [ Text "a" ])) (Block (Content [ Text "a" ])))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 25 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (FuncCall (Ident (Identifier "grid")) [ BlockArg [ Text "a" ] ])
              (FuncCall (Ident (Identifier "grid")) [ BlockArg [ Text "a" ] ]))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-08.typ"
    ( line 26 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Equals
              (FuncCall (Ident (Identifier "grid")) [ BlockArg [ Text "a" ] ])
              (FuncCall (Ident (Identifier "grid")) [ BlockArg [ Text "b" ] ]))
       , NormalArg (Literal (Boolean False))
       ])
, ParBreak
]
--- evaluated ---
document(body: { parbreak(), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [❌(]), 
                 text(body: [false]), 
                 text(body: [ /= ]), 
                 text(body: [true]), 
                 text(body: [)]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak(), 
                 text(body: [
]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })