class Ven::CLI
- Ven::CLI
- Reference
- Object
Included Modules
Defined in:
ven.crConstructors
Class Method Summary
Instance Method Summary
-
#display(quotes : Quotes)
Displays quotes.
-
#display(chunks : Chunks)
Displays chunks.
-
#display(timetable : Machine::Timetable)
Displays timetable.
-
#display(entity)
Displays entity.
-
#open(file : String)
Makes sure that file is a file and can be opened & executed, and, if so, executes it.
- #parse
-
#repl
Launches the read-eval-print loop.
-
#run(file : String, source : String)
Runs source named file up to the step requested by the user (orelse eval), and
#display
s whatever that step returns.
Constructor Detail
Class Method Detail
Instance Method Detail
def open(file : String)
#
Makes sure that file is a file and can be opened & executed, and, if so, executes it. Otherwise, dies.