Almann Goo
Almann Goo
Allow the definition of operators/functions that are fully typed. This API should be able to annotate any function invocation definitions in the AST and the IR/Plan. The idea is all...
Once we have #183, we should be able to add the notion of optional type to the AST node. When the type is `None` this implies that a typing pass...
For Kotlin users coming over to Rust, it may be necessary to support the AST serialization that that package generates.
Having a declarative grammar is very desirable, but we should also be able to either extract the constants into the library or use code generation to stitch together the Pest...
This is probably an upstream bug with `ion-rs`/`ion-c-sys`, but when serializing the PartiQL grammar, we get an unexpected EOF: Binary: ``` ❯ cargo run --package pest-ion --bin pest2ion -- partiql-parser/src/peg/partiql.pest...