Open
Description
When creating a new module for IDE support, consider to:
- Convert the semantics error (or the whole pest::error) to codespan to have error reporting similar to Rust (pest error reporting is not flexible)
- and automatically have support for LSP (via codespan-lsp when it's stable).
References: