nounsql-core
The core of the NounSQL compiler: lexer, parser, resolver and code generation.
The CLI is nounsql and the language server
is nounsql-lsp.
use ;
let = parse;
let = resolve;
let sql = emit;
The serde feature makes the resolved schema serialisable, which is what
nounsql ir --json and the WebAssembly build use.
Documentation: https://misebox.github.io/nounsql