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.