An open API service indexing awesome lists of open source software.

https://github.com/jgm/typst-hs

Haskell library for parsing and evaluating typst
https://github.com/jgm/typst-hs

markup typst

Last synced: 12 months ago
JSON representation

Haskell library for parsing and evaluating typst

Awesome Lists containing this project

README

          

# Typst-hs

Typst-hs is a Haskell library for parsing and evaluating typst
syntax. Typst () 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