You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISL Specification holds a BNF of the language. ISL Parser will receive a line of ISL code and turn it into an ISL move within using the defined data structures for moves.
@yigitv4rli will be doing this. Yigit you have a reference grammar but you're free to iterate over that. I think you could use Tree-Sitter parser as it provides bindings for many languages. Please let us know you target language and parser choice.
The text was updated successfully, but these errors were encountered:
ISL Specification holds a BNF of the language. ISL Parser will receive a line of ISL code and turn it into an ISL move within using the defined data structures for moves.
@yigitv4rli will be doing this. Yigit you have a reference grammar but you're free to iterate over that. I think you could use Tree-Sitter parser as it provides bindings for many languages. Please let us know you target language and parser choice.
The text was updated successfully, but these errors were encountered: