Changeset 7035 for src/Pugs/Monads.hs

Show
Ignore:
Timestamp:
09/17/05 22:55:58 (3 years ago)
Author:
gaal
Message:

Lexical pragmas (WIP). See Pugs.AST.Prag. Dominus++.
This doesn't work yet, my pragmas got lost somewhere between the parser
and the evaluator.
TODO after it's fixed:
- throw away the cons list in favor of a primitive [] - it's enough
- figure out how to install other kinds of pragma data, not just Int

And, the fun part:
- use fatal
- use sort 'mergesort'
- no strict :-)
- other ideas from http://perl.plover.com/TPF/Pragmas/PROPOSAL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Monads.hs

    r6672 r7035  
    7171 
    7272{-| 
    73 Evaluate the specified wxpression in the specified (Perl 6) context ('Cxt'). 
     73Evaluate the specified expression in the specified (Perl 6) context ('Cxt'). 
    7474 
    7575(Subsequent chained 'Eval's do /not/ see this new scope.)