Wafelack / orion

Orion is a high level, purely functional programming language with a LISP based syntax.
GNU General Public License v3.0
238 stars 10 forks source link

Add command line arguments to main function #13

Open Wafelack opened 3 years ago

Wafelack commented 3 years ago
(def main
    (λ (args)))

Just push a List onto the stack before call. Should take around 15 minutes.