Skip to content

Commit

Permalink
flesh out README
Browse files Browse the repository at this point in the history
  • Loading branch information
baroquebobcat committed May 31, 2012
1 parent e824ff8 commit d9b7510
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
@@ -0,0 +1,27 @@
Mirah REPL
========
A REPL for Mirah

# Features / Problems

- parses Mirah code, runs it, prints results out

# Is it any good?

Not yet, but I'm hopeful

# TODOs

* package it up--bin dir, gem-ify, etc
* print the value of evaluated expressions (the P in REPL)
* add a global binding
* newast support

## more experiments than TODOs
* reach into PEG parser to do partial parsing
* convert to Mirah source
* use readline, or an equivalent
* make it embeddable



0 comments on commit d9b7510

Please sign in to comment.