mcoblenz / Obsidian

Obsidian language development
BSD 3-Clause "New" or "Revised" License
77 stars 10 forks source link

support integer arguments to the main function #400

Closed ivoysey closed 2 years ago

ivoysey commented 2 years ago

This PR implements transactions in main that take arguments from the outside world. It also provides two test cases of such things and updates to the testing harness to show that those test cases run. This closes #399.

It also adds a test case showing that #334 got taken care of. I don't really know what change fixed that but the test I was worried about works.