packages feed

typst-0.7: test/typ/layout/par-bidi-05.out

--- parse tree ---
[ Code
    "typ/layout/par-bidi-05.typ"
    ( line 1 , column 2 )
    (Let
       (BasicBind (Just (Identifier "test")))
       (FuncExpr
          [ NormalParam (Identifier "x") , NormalParam (Identifier "y") ]
          (Block
             (CodeBlock
                [ If
                    [ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y"))
                      , Block (Content [ Text "\9989" ])
                      )
                    , ( Literal (Boolean True)
                      , Block
                          (Content
                             [ Text "\10060"
                             , Text "("
                             , Code
                                 "typ/layout/par-bidi-05.typ"
                                 ( line 1 , column 47 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "x")) ])
                             , Space
                             , Text "/"
                             , Text "="
                             , Space
                             , Code
                                 "typ/layout/par-bidi-05.typ"
                                 ( line 1 , column 59 )
                                 (FuncCall
                                    (Ident (Identifier "repr"))
                                    [ NormalArg (Ident (Identifier "y")) ])
                             , Text ")"
                             ])
                      )
                    ]
                ]))))
, SoftBreak
, Comment
, Text "L"
, Space
, Code
    "typ/layout/par-bidi-05.typ"
    ( line 3 , column 4 )
    (FuncCall
       (Ident (Identifier "h")) [ NormalArg (Literal (Numeric 1.0 Cm)) ])
, Space
, Text "\1512\1497\1493\1493\1495R"
, Space
, HardBreak
, Text "L\1512\1497\1493\1493\1495"
, Space
, Code
    "typ/layout/par-bidi-05.typ"
    ( line 4 , column 9 )
    (FuncCall
       (Ident (Identifier "h")) [ NormalArg (Literal (Numeric 1.0 Cm)) ])
, Space
, Text "R"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [L ]), 
                 h(amount: 1.0cm), 
                 text(body: [ ריווחR ]), 
                 linebreak(), 
                 text(body: [Lריווח ]), 
                 h(amount: 1.0cm), 
                 text(body: [ R]), 
                 parbreak() })