Changes between Version 1 and Version 2 of Commentary/Compiler/SymbolNames
- Timestamp:
- 03/29/08 17:03:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/SymbolNames
v1 v2 1 1 = Symbol Names = 2 Since haskell allows many symbols in constructor and variable names that C compilers or assembly might not allow (e.g. :, %, #) these have to be encoded using z-encoding. The encoding is as follows. See [[GhcFile(compiler/utils/Encoding.hs)]].2 Since Haskell allows many symbols in constructor and variable names that C compilers or assembly might not allow (e.g. :, %, #) these have to be encoded using z-encoding. The encoding is as follows. See [[GhcFile(compiler/utils/Encoding.hs)]]. 3 3 4 4 == Tuples ==
