Skip to content

sagnikc395/parso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published