objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

`obi`: add `-f` switch #390

Closed ghost closed 1 year ago

ghost commented 1 year ago

Shorthand for -file.

objeck commented 1 year ago

Thanks. Was I considering trying the short/long flag model? Thought? Mucking with flags will break stuff either way. --file <filename> or -f <filename>

objeck commented 1 year ago

see #400

objeck commented 1 year ago

Added