Skip to content
/ typst-hs Public
forked from jgm/typst-hs

Haskell library for parsing and evaluating typst

License

Notifications You must be signed in to change notification settings

glguy/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.6.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

About

Haskell library for parsing and evaluating typst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 96.8%
  • TeX 1.4%
  • Shell 0.8%
  • Makefile 0.6%
  • Awk 0.2%
  • HTML 0.1%
  • CSS 0.1%