Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x86y/sizzle
- Owner: x86y
- License: gpl-3.0
- Created: 2023-03-18T20:59:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T21:11:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T10:51:03.912Z (3 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```