Changes between Version 1 and Version 2 of Commentary/Compiler/SymbolNames

Show
Ignore:
Timestamp:
03/29/08 17:03:10 (5 years ago)
Author:
tim
Comment:

caps

Legend:

Unmodified
Added
Removed
Modified
  • Commentary/Compiler/SymbolNames

    v1 v2  
    11= 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)]]. 
     2Since 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)]]. 
    33 
    44== Tuples ==