Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcpeinhardt/glance_printer
Turn glance AST back into a gleam src string
https://github.com/bcpeinhardt/glance_printer
Last synced: 7 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T19:30:49.000Z (7 days ago)
- Last Synced: 2024-11-05T20:28:53.755Z (7 days ago)
- Language: Gleam
- Size: 45.9 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- 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
[![Package Version](https://img.shields.io/hexpm/v/glance_printer)](https://hex.pm/packages/glance_printer)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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 .