rsms / move

A simple, functional-biased, prototypal and powerful programming language that runs on any ES3 (or better) JavaScript platform, aimed toward people new to programming
303 stars 23 forks source link

Added wrapSource and includeRuntime options #13

Open max99x opened 13 years ago

max99x commented 13 years ago

This treats issue #8. It separates the 3 different effects of raw mode into separate options:

This covers all my REPL needs, and does not change the default behaviour at all.