> I wouldn't normally write tests suites for a language class, but now I > want to refactor ( and extend) my language rules. > I just started to play with the Minitest framework to get familiar with > it. Can someone provide me with a genuine example > how to use this framework?
Minitest or parslet? I suppose you meant parslet: http://kschiess.github.com/parslet/tricks.html Source code of various projects using parslet here: http://kschiess.github.com/parslet/contribute.html Parslets own source code and inline documentation, especially: https://github.com/kschiess/parslet/blob/master/spec/parslet/rig/rspec_spec.rb greetings kaspar
