Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update AST to reflect new grammar
Previously, our implementation of the context-free grammar did not properly take into account operator precendence (for example, NOT was applying incorrectly over the expressions when building the AST). We updated the grammar and relevant components of the plugin to account for these fixes. Co-authored-by: sanjanamandadi <sanjanamandadi@gmail.com> Co-authored-by: timoslater <tsla0307@gmail.com> Co-authored-by: Nytro1O1 <35637473+Nytro1O1@users.noreply.github.com> Co-authored-by: micah-0w0 <tinyviolin1@gmail.com>
- Loading branch information