https://github.com/maxdeviant/ampl
A Mere Path Language
https://github.com/maxdeviant/ampl
Last synced: 11 months ago
JSON representation
A Mere Path Language
- Host: GitHub
- URL: https://github.com/maxdeviant/ampl
- Owner: maxdeviant
- License: mit
- Created: 2022-10-01T01:15:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T20:12:03.000Z (over 3 years ago)
- Last Synced: 2025-02-15T09:16:42.798Z (about 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ampl
A Mere Path Language
## Development
```
cargo run -- "(. foo bar baz)" '{"foo":{"bar":{"baz":"Hello from Ampl!"}}}'
```