Hi, using RandomPhrase class, you can have ANTLR automatically generate random phrases for you to test your language application. I only have some slides at the moment: Automated language testing slides
Labels:
Hi, using RandomPhrase class, you can have ANTLR automatically generate random phrases for you to test your language application. I only have some slides at the moment: Automated language testing slides
2 Comments
Hide/Show CommentsAug 16, 2009
sanya
Hi!
Are there any implementations of it? Maybe something similar?
Did you thing about possibility to implement generator for Haskell QuickCheck, for exapmle?
Regards,
 Alexander
Feb 01, 2010
Terence Parr
Hi. Well, I have RandomPhrase.java in the antlr distribution as a start.
Ter