waxeye-org / waxeye

Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
https://waxeye-org.github.io/waxeye/index.html
Other
235 stars 38 forks source link

Replace ad-hoc build system with a single Makefile #76

Closed glebm closed 6 years ago

glebm commented 6 years ago

Advantages:

Disadvantages:

glebm commented 6 years ago

By the way, for seeing tabs and spaces on GitHub, you can use this: https://github.com/glebm/render-whitespace-on-github

orlandohill commented 6 years ago

Thanks! Good idea to switch to Make.