jgm / typst-hs

Haskell library for parsing and evaluating typst
Other
42 stars 5 forks source link

Bug in parsing function in math #2

Closed jgm closed 1 year ago

jgm commented 1 year ago
$lr(#sym.alpha#sym.beta)$
"stdin" (line 1, column 15):
unexpected "#"
expecting "//", "/*", operator, "," or ")"

typst.app handles this fine.