Changes between Version 11 and Version 12 of Commentary/Compiler/Parser
- Timestamp:
- Jan 14, 2017 1:31:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Parser
v11 v12 9 9 * [http://www.haskell.org/alex/ Alex], for lexical analysis. Source file [[GhcFile(compiler/parser/Lexer.x)]] 10 10 * [http://www.haskell.org/happy/ Happy], for the parser itself. Source file [[GhcFile(compiler/parser/Parser.y)]]. 11 * `RdrHsSyn`, for Haskell support functions. Source file [[GhcFile(compiler/parser/RdrHsSyn. lhs)]]11 * `RdrHsSyn`, for Haskell support functions. Source file [[GhcFile(compiler/parser/RdrHsSyn.hs)]] 12 12 13 13 == Principles ==