Created
April 11, 2020 11:27
-
-
Save sulami/91c54e050ed169284811b05ad44a07b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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