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
## Summary of Changes
This PR extends our coverage of MATLAB to include functions and
commands. Add some more test cases to reinforce existing test classes.
The Waterloo Model will now fully translate without 'None' values in the
output
## Relevant Features
- Added function and command processing
- Added support for parenthesized nodes
- Added support for all operator types at least to a first order.
- Added PEMDAS checking for sequential arithmetic operators
## Bugfixes
- Fixed a bug where there could be 'None' values in the CAST output
### Related issues
Resolves#562#647
partially #671
---------
Co-authored-by: Joseph Astier <jastier@arizona.edu>
## Summary of Changes
This PR extends our coverage of MATLAB to include functions and
commands. Add some more test cases to reinforce existing test classes.
The Waterloo Model will now fully translate without 'None' values in the
output
## Relevant Features
- Added function and command processing
- Added support for parenthesized nodes
- Added support for all operator types at least to a first order.
- Added PEMDAS checking for sequential arithmetic operators
## Bugfixes
- Fixed a bug where there could be 'None' values in the CAST output
### Related issues
Resolves#562#647
partially #671
---------
Co-authored-by: Joseph Astier <jastier@arizona.edu> 03cced3
Support MATLAB commands
Implement CAST for the following MATLAB command invocation:
Matlab Tree-sitter syntax nodes to support:
The text was updated successfully, but these errors were encountered: