wazabin-qcode-parser 0.1.1

Parser for the QCode text format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# wazabin-qcode-parser

Parser and AST for the QCode text format. Most users should depend on `qcode`
and use `qcode::lower::lower_str`; this crate is useful when a tool needs to
parse and inspect QCode syntax before lowering it.

It is also used by `wazabin-qcode-macro` to validate QCode literals at compile
time.

## License

Licensed under the [MIT License](LICENSE).