AlgebraicJulia / SyntacticModels.jl

Specifying models with syntax trees
MIT License
2 stars 3 forks source link

WIP: Add PEG grammar for surface syntax #11

Open jpfairbanks opened 10 months ago

jpfairbanks commented 10 months ago

This is a WIP PR to test out how we can use custom grammars with a parser generated from syntax rules.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cb10c4d) 90.00% compared to head (a41b3bc) 90.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== + Coverage 90.00% 90.10% +0.10% ========================================== Files 6 7 +1 Lines 380 394 +14 ========================================== + Hits 342 355 +13 - Misses 38 39 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.