brack
brack copied to clipboard
Definition of AST should be placed at `brack-parser`
The brack-sdk-rs crate is a crate for use when developing plugins in rust, and therefore ASTs are defined there. However, it is unnatural for Parser to depend on brack-sdk-rs to use AST, so AST should be defined in brack-parser as well.