brack icon indicating copy to clipboard operation
brack copied to clipboard

Definition of AST should be placed at `brack-parser`

Open uekann opened this issue 1 year ago • 0 comments

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.

uekann avatar Jun 19 '24 05:06 uekann