ooc-lang / greg

:ram: a recursive-descent parser generator for PEG
93 stars 30 forks source link

Moved error line check to allow show position on that line too. #18

Closed mingodad closed 10 years ago

mingodad commented 10 years ago

Also added C like comments, several grammars on the net use it.

Notice the C comments are independent of error_line position.

The greg.c is a generated file but because it's versioned it shows that big changes.

nddrylliog commented 10 years ago

Any changes to greg like that probably deserves a version bump :)

nddrylliog commented 10 years ago

Also, I'll be away till next wednesday so please ping me again then so I can take a better look at it. Thanks!

nddrylliog commented 10 years ago

Merged (0.4.6). Thanks!

mingodad commented 10 years ago

Not at all !

I've been thinking if ooc had a syntax more like typescript/dart/javascript to ease the learning curve it has a lot more chance to spread and gain users.

Cheers !

On Sat, Mar 8, 2014 at 4:35 PM, Amos Wenger notifications@github.comwrote:

Merged (0.4.6). Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/nddrylliog/greg/pull/18#issuecomment-37102228 .