Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Start cross-compiling NQP itself.
We now survive "say('hello world')" running entirely on the JVM, with
NQP's grammar/actions parsing and building the AST, the QAST -> JVM
bytecode happening in-process and then evaluating the result. Much to
bug hunt, but very simple things work. Note, -e and file input work
but the REPL does not yet.- Loading branch information
Showing
2 changed files
with
3,460 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.