Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NOMMAP updates -- metaops are done-ish (except for hyperops, coming s…
…oon), and a couple of notes about $obj.^parents .
  • Loading branch information
pmichaud committed Jul 1, 2011
1 parent cf2afda commit 9867c66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions NOMMAP.markdown
Expand Up @@ -21,6 +21,7 @@ Things that aren't blockers but might be worth knowing about:
(known - multis in nested lexical scopes in general just NYI - jnthn)
* 'has num $.attr' segfaults on access to .attr, because it uses the PMC form
of get_attribute
* $obj.^parents doesn't seem to work

## Lexical Multi-Part names
For my X::Base { ... }, my Foo::Bar { ... } etc. The our-scoped ones work.
Expand Down Expand Up @@ -54,19 +55,15 @@ Many things are working, some are not...
* role R1[::T] does R2[T] { ... }

## Meta-operators
* Assignment
* Negation
* Reduction
* Triangle
* Hyper
* Cross

## Missing object model bits
* Try to implement enumerations
* Some support for augment
* handles
* .Foo::bar
* does and but
* .^parents

## Ensure nested packages work
In theory, just should already.
Expand Down

0 comments on commit 9867c66

Please sign in to comment.