A basic CLI wrapper around the Runic parser library.
go get github.com/a-barjo/runic_cli
cd $GOPATH/src/github.com/a-barjo/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