diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-24 20:16:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-24 20:17:08 -0700 |
| commit | bff93d386c1d54504f0b8c930f246966d307a9e5 (patch) | |
| tree | 4e5a7cab137ab92c8790e8fc6878b55bf90dfdce /nomsu.peg | |
| parent | 34a2f50ebc8b1d564b0061b5093b2736e365b29a (diff) | |
Refactor to improve indentation and move as_nomsu() into tree methods.
Diffstat (limited to 'nomsu.peg')
| -rw-r--r-- | nomsu.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ file (File): (%nl ignored_line)* (!. / (("" -> "Parse error") => error)?) |} -> Tuple -shebang: "#!" [^%nl]* %nl +shebang: "#!" [^%nl]* (!. / %nl) statement: action / expression |
