This release is 1 version behind 0.6.1 — the latest version of @maxdeliso/typed-ski. Jump to latest
@maxdeliso/typed-ski@0.6.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
An implementation of a parser, evaluator, printer, and visualizer for the SKI combinators in TypeScript.
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers




JSR Score
100%
Published
a week ago (0.6.0)
Typed SKI: parsing, pretty-printing, evaluation, typing, and TripLang compiler.
This module re-exports the public API:
- SKI parsing/printing/types and the hash-consing arena evaluator
- Untyped/typed lambda and System F term utilities
- Type utilities (pretty printing, inference)
- TripLang parsing and full compile pipeline (parse → index → elaborate → resolve → typecheck)
Built and signed on
GitHub Actions
Add Package
deno add jsr:@maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";
Import directly with a jsr specifier
import * as typed_ski from "jsr:@maxdeliso/typed-ski";
Add Package
pnpm i jsr:@maxdeliso/typed-ski
pnpm dlx jsr add @maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";
Add Package
yarn add jsr:@maxdeliso/typed-ski
yarn dlx jsr add @maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";
Add Package
vlt install jsr:@maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";
Add Package
npx jsr add @maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";
Add Package
bunx jsr add @maxdeliso/typed-ski
Import symbol
import * as typed_ski from "@maxdeliso/typed-ski";