Changes between Version 3 and Version 4 of Commentary/Compiler/Parser
- Timestamp:
- 07/04/10 17:07:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Parser
v3 v4 8 8 The parser is written using 9 9 * Alex, for lexical analysis. Source file [[GhcFile(compiler/parser/Lexer.x)]] 10 * Happy, for the parser itself. Source file [[GhcFile(compiler/parser/Parser.y.pp)]]. Note the `.pp` suffix; do not edit `Parser.y`! [I forget how it's preprocessed to get from `.y.pp` to `.y`]10 * Happy, for the parser itself. Source file [[GhcFile(compiler/parser/Parser.y.pp)]]. Note the `.pp` suffix; it is run through `cpp` to yield `Parser.y`. 11 11 * `RdrHsSyn`, for Haskell support functions. Source file [[GhcFile(compiler/parser/RdrHsSyn.lhs)]] 12 12
