surreal-simple-querybuilder-proc-macro 0.8.0

The proc macro for a query-building & utility crate for SurrealDB and its SQL querying language that aims to be simple
Documentation

Building the parser.rs file

In order to generate a parser.rs file from the parser.lalrpop file, you can install lalrpop using cargo install:

cargo install lalrpop

then run the following command, or use the make-parser.sh script:

lalrpop src/parser.lalrpop