https://github.com/bcpeinhardt/glance_printer
Turn glance AST back into a gleam src string
https://github.com/bcpeinhardt/glance_printer
Last synced: 6 months ago
JSON representation
Turn glance AST back into a gleam src string
- Host: GitHub
- URL: https://github.com/bcpeinhardt/glance_printer
- Owner: bcpeinhardt
- Created: 2023-08-27T18:56:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T17:24:10.000Z (6 months ago)
- Last Synced: 2025-05-03T18:24:43.934Z (6 months ago)
- Language: Gleam
- Size: 38.1 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-gleam - glance_printer - [📚](https://hexdocs.pm/glance_printer/) - A pretty_printer for the glance AST (Packages / Gleam)
README
# glance_printer
[](https://hex.pm/packages/glance_printer)
[](https://hexdocs.pm/glance_printer/)A pretty printer for the AST generated by the glance package.
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add glance_printer
```and its documentation can be found at .