Changeset 15327 for src/Pugs/Parser
- Timestamp:
- 02/22/07 20:20:59 (21 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Parser/Operator.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Parser/Operator.hs
r15297 r15327 21 21 22 22 listInfix :: [RuleOperator Exp] 23 listInfix = listOps (opWords " Y \xA5 XX==> <==") -- List infix23 listInfix = listOps (opWords "Z X minmax ==> <==") -- List infix 24 24 25 25 opWords :: String -> Set OpName … … 724 724 defaultInfixOps = opWords $ concat 725 725 [ " ** * / % x xx +& +< +> ~& ~< ~> " 726 , " + - ~ +| +^ ~| ~^ ?| , Y \xA5 XX"726 , " + - ~ +| +^ ~| ~^ ?| , Z X minmax " 727 727 , " & ^ | " 728 728 , " => = "
