Skip to content
/ typst-hs Public

Haskell library for parsing and evaluating typst

License

Notifications You must be signed in to change notification settings

jgm/typst-hs

Repository files navigation

Typst-hs

Typst-hs is a Haskell library for parsing and evaluating typst syntax. Typst (https://typst.app) is a document formatting and layout language, like TeX.

Currently this library targets v0.12.0 of typst, and offers only partial support. There are two main components:

  • a parser, which produces an AST from a typst document
  • an evaluator, which evaluates the typst expressions in the AST