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

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.

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
```