dlang-community / Pegged

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

Grammar tester including in dub package #121

Closed NCrashed closed 11 years ago

NCrashed commented 11 years ago

I've run into linking problems while trying to create unittests for my grammar. Grammar testing package is simply not built in library.

I added needed source paths in package.json and migrated deprecated xformat (migrating guide). The only drawback is the need of arithmetic example including in library sources.

PhilippeSigaud commented 11 years ago

Thanks, I'll merge this.