semantic-analyzer-rs
semantic-analyzer-rs copied to clipboard
[Feature]: Add example for AST
Description
The semantic-analyzer accepts AST as a data source. It is necessary to add examples of AST implementations as a data source.
💜 Purpose
- ➡️
ASTimplemented with nom library. - ➡️
ASTthrough JSON input (it's depend on #21 )