packages feed

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

--- parse tree ---
[ Comment
, ParBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan
              (Times (Literal (Int 13)) (Literal (Int 3)))
              (Times (Literal (Int 14)) (Literal (Int 4))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (LessThan (Literal (Int 5)) (Literal (Int 10)))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (GreaterThan (Literal (Int 5)) (Literal (Int 5)))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (LessThanOrEqual (Literal (Int 5)) (Literal (Int 5)))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 7 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (LessThanOrEqual (Literal (Int 5)) (Literal (Int 4)))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 8 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan (Literal (Numeric 45.0 Deg)) (Literal (Numeric 1.0 Rad)))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 9 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan
              (Literal (Numeric 10.0 Percent)) (Literal (Numeric 20.0 Percent)))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 10 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan
              (Literal (Numeric 50.0 Percent))
              (Plus (Literal (Numeric 40.0 Percent)) (Literal (Numeric 0.0 Pt))))
       , NormalArg (Literal (Boolean False))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 11 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan
              (Plus (Literal (Numeric 40.0 Percent)) (Literal (Numeric 0.0 Pt)))
              (Plus (Literal (Numeric 50.0 Percent)) (Literal (Numeric 0.0 Pt))))
       , NormalArg (Literal (Boolean True))
       ])
, SoftBreak
, Code
    "typ/compiler/ops-09.typ"
    ( line 12 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (LessThan (Literal (Numeric 1.0 Em)) (Literal (Numeric 2.0 Em)))
       , NormalArg (Literal (Boolean True))
       ])
, 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: [✅]), 
                 parbreak() })