mirror of
https://github.com/corn-config/glazed-corn.git
synced 2026-07-11 04:16:23 +01:00
Corn parser implemented in Gleam
- Gleam 100%
| .github/workflows | ||
| dev | ||
| src | ||
| test | ||
| test-suite@c811ba5ff6 | ||
| .gitignore | ||
| .gitmodules | ||
| gleam.toml | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
glazed_corn
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