class Ven::CLI
- Ven::CLI
- Reference
- Object
Overview
Ven command line interface builds an Orchestra
and a
Legate
, and uses them to run a program from a file,
interactive prompt, or a particular distinct.
Included Modules
Defined in:
ven.crConstructors
Class Method Summary
-
.start(argv)
Starts Ven command line interface from the given argv.
Instance Method Summary
-
#display(quotes : Quotes)
Displays the given quotes.
-
#display(chunks : Chunks)
Displays the given chunks.
-
#display(timetable : Machine::Timetable)
Displays the given timetable.
-
#display(value)
Displays the given value.
-
#main
Returns the Commander command line interface for Ven.
-
#repl
Launches the read-eval-print loop.
- #run(file : String, source : String)