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

https://github.com/luca-schlecker/typst-lambdabus

Easily parse, normalize and display simple λ-Calculus expressions.
https://github.com/luca-schlecker/typst-lambdabus

lambda-calculus

Last synced: 4 months ago
JSON representation

Easily parse, normalize and display simple λ-Calculus expressions.

Awesome Lists containing this project

README

          

# 🪄 Lambdabus 🪄

Lambdabus allows you to parse, normalize and display simple λ-Calculus expressions in Typst with ease.

## Usage

Lambdabus is available on the [Typst Universe](https://typst.app/universe/package/lambdabus/) and it is thus recommended to be imported like this:
```typst
#import "@preview/lambdabus:0.1.0" as lmd
```

## Features/Examples
![Feature Table](https://raw.github.com/luca-schlecker/typst-lambdabus/v0.1.0/gallery.png)