Packages

Corn parser implemented in Gleam

Current section

Files

Jump to
glazed_corn README.md
Raw

README.md

# glazed_corn
[![Package Version](https://img.shields.io/hexpm/v/glazed_corn)](https://hex.pm/packages/glazed_corn)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glazed_corn/)
```sh
gleam add glazed_corn@1
```
```gleam
import glazed_corn
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/glazed_corn>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```
<!--
Not allowing inputs to start with numbers or be a keyword (integers)
Discuss ranges for number overflowing/underflowing, json numbers don't have a limit either
Allow for any number of underscores in numbers
-->