Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 509 Bytes

parso

A parser combinator written from scratch in order to learn more about parsers, and written inspired by injuly's example using Effect and Typescript.

To install dependencies:

bun install

To run:

bun run src/index.ts

To run the tests:

bun run test

This project was created using bun init in bun v1.1.21. Bun is a fast all-in-one JavaScript runtime.