https://github.com/mystpi/s_expr_parser
A mini S-expression parser in Gleam using the nibble parsing library.
https://github.com/mystpi/s_expr_parser
Last synced: 4 months ago
JSON representation
A mini S-expression parser in Gleam using the nibble parsing library.
- Host: GitHub
- URL: https://github.com/mystpi/s_expr_parser
- Owner: MystPi
- Created: 2024-02-16T21:25:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T18:07:41.000Z (over 2 years ago)
- Last Synced: 2025-01-12T14:12:49.141Z (over 1 year ago)
- Language: Gleam
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s_expr_parser
A mini S-expression parser in Gleam, using the [nibble](https://hexdocs.pm/nibble) parsing library.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```