Changes between Initial Version and Version 1 of Ticket #12
- Timestamp:
- 05/27/09 22:42:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12 – description
initial v1 1 Where a SrcLoc represents a location in the source, aSrcSpan represent an area, with a start and an end. This is useful for various applications, and has been specifically requested by the LHC team.1 Where a !SrcLoc represents a location in the source, a !SrcSpan represent an area, with a start and an end. This is useful for various applications, and has been specifically requested by the LHC team. 2 2 3 3 The intended mode of attack would be to parametrize the AST on what type of source information it uses, use a type class for the various kinds of source information that can be read during parsing, and have the parse function return an AST with the proper type.
