vlasovskikh/funcparserlib

Write tests for LL(1) optimization

GoogleCodeExporter opened this issue · 3 comments

This optimization possibly has bugs (i. e. `_Alt` is incorrectly optimized). 
Tests are needed.What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.

Original issue reported on code.google.com by andrey.vlasovskikh on 26 May 2011 at 11:17

  • Blocking: #19

Original comment by andrey.vlasovskikh on 26 May 2011 at 11:46

  • Changed state: Started

Original comment by andrey.vlasovskikh on 26 May 2011 at 11:51

[82b1066c6c18]: Fixed a bug in `memoize()` and `_Alt`, added unit tests.

Original comment by andrey.vlasovskikh on 6 Aug 2011 at 12:46

  • Changed state: Fixed