dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
534 stars 66 forks source link

Add wscript for Waf builds. #46

Closed alexrp closed 12 years ago

alexrp commented 12 years ago

This one works with DMD, GDC, and LDC and should work on any architecture/OS combination.

This is a little neater than a makefile because it has import scanning, separate compilation, install/uninstall scripts, packging scripts, etc. Just run waf --help to see what it can do.

Waf can be obtained from here: http://code.google.com/p/waf

PhilippeSigaud commented 12 years ago

That's a good idea. I merge it at once.