orc-lang / orc

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

source position in xml #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of Change:

We need to change the XML.scala to have the source location of the nameless 
nodes.

Benefit of/Reason for Change Request:
This change is necessary for better error (parse or runtime) report and 
recovery.

Issues/Concerns with Change Request:

Original issue reported on code.google.com by amsh...@gmail.com on 12 Aug 2010 at 8:38

GoogleCodeExporter commented 9 years ago
Added position information to serialized xml.

Next: we need to extract this info when we construct the Nameless AST.

Original comment by amsh...@gmail.com on 19 Aug 2010 at 1:20

GoogleCodeExporter commented 9 years ago
Fixed in r2061

Original comment by jthywissen on 17 Jan 2011 at 6:24