SmaCCRefactoring / SmaCC

Smalltalk Compiler Compiler : a parser generator
Other
33 stars 15 forks source link

Parse in debug can fail if parser superclass is not SmaCCParser #30

Open ThierryGoubier opened 7 years ago

ThierryGoubier commented 7 years ago

If a parser is created with a subclass of SmaCCParser as superclass, then Parse in debug fails.