Changeset 14933 for src/Pugs/Prim.hs

Show
Ignore:
Timestamp:
12/21/06 04:43:12 (2 years ago)
Author:
luqui
Message:

Implemented XX (but not the metaoperator).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim.hs

    r14925 r14933  
    8080op0 "\xA5" = op0Zip -- ¥ 
    8181op0 "Y" = op0 "\xA5" 
     82op0 "XX" = op0Cross 
    8283op0 "File::Spec::cwd" = const $ do 
    8384    cwd <- guardIO getCurrentDirectory 
     
    20992100\\n   List      list    \xA5    safe   (Array)\ 
    21002101\\n   List      list    Y       safe   (Array)\ 
     2102\\n   List      list    XX      safe   (Array)\ 
    21012103\\n   List      spre    <==     safe   (List)\ 
    21022104\\n   List      left    ==>     safe   (List, Code)\