Skip to content

Instantly share code, notes, and snippets.

@sulami
Created April 11, 2020 11:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sulami/91c54e050ed169284811b05ad44a07b8 to your computer and use it in GitHub Desktop.
~/build/lang $ cat tests/args.lisp
;; This tests that we can receive arguments passed to the binary.
(c/print_value argv)
(c/print_value "\n")
~/build/lang $ ./out foo bar baz
Nebula initalised.
(/Users/sulami/build/lang/out (foo (bar (baz nil))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment