Changeset 14933 for src/Pugs/Parser
- Timestamp:
- 12/21/06 04:43:12 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Parser/Operator.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Parser/Operator.hs
r14661 r14933 21 21 22 22 listInfix :: [RuleOperator Exp] 23 listInfix = listOps (opWords "Y \xA5 ==> <==") -- List infix23 listInfix = listOps (opWords "Y \xA5 XX ==> <==") -- List infix 24 24 25 25 opWords :: String -> Set OpName … … 737 737 defaultInfixOps = opWords $ concat 738 738 [ " ** * / % x xx +& +< +> ~& ~< ~> " 739 , " + - ~ +| +^ ~| ~^ ?| , Y \xA5 "739 , " + - ~ +| +^ ~| ~^ ?| , Y \xA5 XX " 740 740 , " & ^ | " 741 741 , " => = "
