Open max99x opened 13 years ago
This treats issue #8. It separates the 3 different effects of raw mode into separate options:
raw
wrapSource
includeRuntime
This covers all my REPL needs, and does not change the default behaviour at all.
This treats issue #8. It separates the 3 different effects of raw mode into separate options:
raw
: Don't rely on the runtime for keyword arg treatment (can be deprecated).wrapSource
: Wrap the produced source with a closure.includeRuntime
: Import the Move runtime functions into the scope of the compiled code.This covers all my REPL needs, and does not change the default behaviour at all.