Closed titomeister closed 3 years ago
Merging #269 (18c00dd) into master (46753b7) will decrease coverage by
0.54%
. The diff coverage is0.00%
.
@@ 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.
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.