A basic CLI wrapper around the Runic parser library.
go get github.com/vqvw/runic_cli
cd $GOPATH/src/github.com/vqvw/runic_cli
go install
- Outputs parsed tree as JSON to stdout.
runic_cli -in my_document.runic
- Outputs parsed tree as JSON to file.
runic_cli -in my_document.runic -out my_document.json
- Outputs parsed tree as HTML to file.
runic_cli -in my_document.runic -out my_document.html