ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
24 stars 9 forks source link

CAST to token CAST Pull Request #269

Closed titomeister closed 3 years ago

titomeister commented 3 years ago

Initial version of converting CAST to tokenized CAST. There are two main files, the visitor which does the work of converting the CAST, and a front-end file. As of now the language idioms supported are small, but will grow over time.

codecov[bot] commented 3 years ago

Codecov Report

Merging #269 (18c00dd) into master (46753b7) will decrease coverage by 0.54%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
- Coverage   66.84%   66.30%   -0.55%     
==========================================
  Files          93       94       +1     
  Lines       17674    17821     +147     
==========================================
+ Hits        11814    11816       +2     
- Misses       5860     6005     +145     
Impacted Files Coverage Δ
...s/CAST2GrFN/visitors/cast_to_token_cast_visitor.py 0.00% <0.00%> (ø)
automates/model_analysis/graph_manipulation.py 70.75% <0.00%> (+0.55%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 46753b7...18c00dd. Read the comment docs.