Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update nommap.
  • Loading branch information
jnthn committed Jul 7, 2011
1 parent 672c32a commit 9000c38
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions NOMMAP.markdown
@@ -1,13 +1,12 @@
# Roadmap for "nom" Branch

Last Updated 4 July 2011
Last Updated 7 July 2011

Note that this isn't strictly in order, though things nearer to the top
are likely to get focus sooner.

Current fails that people are likely to encounter (no particular order):
* core constants (e.g., Inf, Order::Decrease)
* True constant doesn't work in setting (try "say *.ACCEPTS(1)")
* regexes missing
* is export on methods
- should work outside the setting; note here if not
Expand All @@ -29,9 +28,6 @@ Things that aren't blockers but might be worth knowing about:
## Lexical Multi-Part names
For my X::Base { ... }, my Foo::Bar { ... } etc. The our-scoped ones work.

## Object construction
Defaults should only be used if attribute never accessed.

## Magicals
Methods should get automatic %_.

Expand All @@ -43,9 +39,6 @@ While much binding works again now, there's some stuff to "put back":
* |$c
* Sub-signatures

## Rat and Complex literals
Depends on working out how to unify parsing of numeric strings.

## Fix up binding some more
Get ::= correcter, and a bit more stuff on := also.

Expand Down

0 comments on commit 9000c38

Please sign in to comment.