l

lambdabe

@preview

Parse and visualize lambda calculus expressions.

v0.1.0
MIT

Package Information

Last Updated
Authors
iuy1
Categories
fun

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/lambdabe:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/lambdabe:0.1.0": *

Version History

0.1.0
3833513a7f01...

A package for working with lambda calculus, including parsing, reduction, visualization.

Usage

#import "@preview/lambdabe:0.1.0": *
#diagram(random-color(const.fact))

factorial

examples

Examples can be found in the examples directory.