Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update ROADMAP.
  • Loading branch information
jnthn committed Feb 21, 2013
1 parent aa2d439 commit 909516f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/ROADMAP
Expand Up @@ -2,18 +2,18 @@ NQP JVM Preparation Roadmap

This provides an idea of the things that need to be worked on, very roughly
sorted by priority. Currently, quite a lot of the NQP test suite passes. The
goal now is to get the grammar engine ported, then work through HLL, the
grammar for regexes, getting the QAST -> JAST cross-compile to compile itself,
then getting NQP self-hosting.
goal now is finish porting the grammar engine, then cross-compile HLL, then the
grammar for regexes, get the QAST -> JAST cross-compiler to compile itself, then
get NQP self-hosting.

QAST to JAST Compiler
* xor
* chain

Exceptions
* Design work
* Runtime support
* QAST::Op handle
* Handling try as an expression
* rethrow
* resume
* Various other exception related instructions

Context Introspection
Expand Down

0 comments on commit 909516f

Please sign in to comment.