lisp-take-1/test/cmdln/usage.py
Zander Thannhauser 44fb99b663 .
- macros work in the new way (the "right" way?)
- added test.py script, with basic test cases. Need to fill out new test
  builtins.
2024-12-02 19:33:23 -06:00

10 lines
89 B
Python

import sys;
import subprocess;
exe_path = sys.argv[1];
assert(not "TODO");
exit(0);