Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x86y/sizzle

BQN parser and formatter
https://github.com/x86y/sizzle

Last synced: about 1 month ago
JSON representation

BQN parser and formatter

Awesome Lists containing this project

README

        

Sizzle



BQN pest (and handrolled WIP) parser library

## Additional features
- Removes redundant parentheses
- WIP: converts tacit -> block
- WIP: converts block -> tacit

## Instructions
```sh
> git clone https://github.com/x86y/sizzle
> cd sizzle
> cargo test --features pest
> cargo test --features handrolled
> [wip tentative]
```