orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

orc.doc.DocParser infinite recursion in XML rule #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In Orcjava, run "ant stdlib-doc"

What is the expected output? What do you see instead?
Observe stacktrace instead of output in build/stdlib.xml

It appears to be recursing in the grammar's XML rule, line 75 of DocParser.rats.

Original issue reported on code.google.com by jthywissen on 4 Mar 2010 at 3:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1592.

Original comment by jthywissen on 4 Mar 2010 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 4 Mar 2010 at 9:03