gura-conf / vgura

The Gura V parser

Home Page:https://gura-conf.github.io/vgura

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Integration Deploy Documentation License: MIT

>>> import gura { raw_parse, raw_encode }
>>> data := raw_parse('text: "Hello World!"') ?
>>> println(data)
{'text': gura.Any('Hello World!')}
>>> raw_encode(data)
text: "Hello World!"

Installation

Via vpm

$ v install gura

Via vpkg

$ vpkg get https://github.com/gura-conf/vgura

Done. Installation completed.

Testing

To test the module, just type the following command:

$ ./bin/test # execute `./bin/test -h` to know more about the test command

License

MIT

Contributors

Made with contributors-img.

About

The Gura V parser

https://gura-conf.github.io/vgura

License:MIT License


Languages

Language:V 77.9%Language:Shell 21.7%Language:AMPL 0.3%