Hi Kaspar, First, I would like to thank you for parslet 1.4.0. Great job!
I had a quick look at the links. They provide enough examples to get a better view in testing parslet grammars. However, I saw in the Thnad example that minitest was used instead of parslet. I quess it is a matter of taste which one to use. Greetings, Thiel Op 29-5-2012 11:41, Kaspar Schiess schreef: >> 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 > > > > >
