Corn parser implemented in Gleam
Find a file
Matilde Morrone 671d37b4fd
Bump version
2025-09-06 22:02:33 +02:00
.github/workflows First commit 2025-08-26 21:46:14 +02:00
dev Remove old test file 2025-09-06 21:55:29 +02:00
src Replace a splitter.split with split_before 2025-09-06 22:01:45 +02:00
test Skip intenger overflow tests 2025-09-01 00:59:55 +02:00
test-suite@c811ba5ff6 Add test-suite submodule 2025-08-26 21:47:12 +02:00
.gitignore First commit 2025-08-26 21:46:14 +02:00
.gitmodules Add test-suite submodule 2025-08-26 21:47:12 +02:00
gleam.toml Bump version 2025-09-06 22:02:33 +02:00
LICENSE Add license file 2025-08-31 23:19:51 +02:00
manifest.toml Update splitter version 2025-09-06 22:01:24 +02:00
README.md First commit 2025-08-26 21:46:14 +02:00

glazed_corn

Package Version Hex Docs

gleam add glazed_corn@1
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

gleam run   # Run the project
gleam test  # Run the tests