malloy
malloy copied to clipboard
add the notion of experimental dialects
- A dialect can be marked "experimental"
- Compiler will error if a connection with an experimental dialect is used without
##! experimental.dialect.DIALECT_NAME
- [ ] Allow tests to use experimental dialects without having to add
##! experimental
- [ ] Write a good suite of tests for all this