https://github.com/cirru/cirru-edn.mbt
Cirru EDN example in Moonbit
https://github.com/cirru/cirru-edn.mbt
cirru edn
Last synced: 7 months ago
JSON representation
Cirru EDN example in Moonbit
- Host: GitHub
- URL: https://github.com/cirru/cirru-edn.mbt
- Owner: Cirru
- License: apache-2.0
- Created: 2024-09-14T15:53:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T06:03:26.000Z (9 months ago)
- Last Synced: 2025-01-24T07:22:02.934Z (9 months ago)
- Topics: cirru, edn
- Language: MoonBit
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiye/cirru-edn
> Experimental port from cirru-edn.rs .
```bash
moon install tiye/cirru-edn
```import it as `edn`:
```moonbit
match @edn.parse?(demo) {
Ok(x) => {
println(x.to_string())
println(@edn.format?(x, false).unwrap())
}
Err(e) => println("error:" + e.to_string())
}
```TODO
- tests
- any ref