Changeset 5266 for src/Pugs/Compile/Pugs.hs
- Timestamp:
- 07/07/05 07:44:01 (4 years ago)
- svk:copy_cache_prev:
- 7266
- Files:
-
- 1 modified
-
src/Pugs/Compile/Pugs.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/Pugs.hs
r5137 r5266 75 75 76 76 instance Compile (String, [(TVar Bool, TVar VRef)]) where 77 compile ((_:'?':_), _) = return empty -- XXX - @?INIT etc; punt for now 77 compile ((_:'?':_), _) = return empty -- XXX - @?S etc; punt for now 78 compile ((_:'*':_), _) = return empty -- XXX - @*INIT etc; punt for now 78 79 compile ((_:'=':_), _) = return empty -- XXX - @=POS etc; punt for now 79 80 compile (n, tvars) = do
