No description
- Gleam 94%
- Nix 6%
| src/nut | ||
| test | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
nut
This package contains commonly used libraries that I use across Gleam projects.
Libraries
nut/parser: parser combinators for building small parsers.
gleam add nut@1
import nut
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/nut.
Development
gleam run # Run the project
gleam test # Run the tests