feat: Allow indented continuation lines
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed

Resolves #2.
This commit is contained in:
Glen Whitney 2021-02-01 00:29:00 -08:00
parent 2e49065031
commit eaa06e62eb
9 changed files with 58 additions and 33 deletions

View file

@ -6,14 +6,16 @@ imports
context-free start-symbols
Ex
Start
context-free sorts
Ex
Start Ex
context-free syntax
Start.TopLevel = prog:Ex {layout(offside prog)}
Ex.Int = INT
Ex.Stdio = <stdio>
Ex.Sum = {Ex "+"}+