Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-12 | Move fmt to fmt2. | Ori Bernstein | |
Shit seems to work. | |||
2014-11-04 | Fix most tests. | Ori Bernstein | |
Matching constants is still buggered. | |||
2013-12-16 | Convert main() to effectively return void. | Ori Bernstein | |
Now, if we exit thorugh the end of main, we will ignore the return value, and call exit(0) from the start stub. If you want to exit with a different return value, you need to call std.exit(val) | |||
2013-10-28 | Streamline syntax. | Ori Bernstein | |
Move from: match foo bar: action ;; baz: action ;; To: match foo | bar: action | baz: action ;; | |||
2013-03-20 | Retab. | Ori Bernstein | |
2013-02-25 | Add tests for big union argument matching. | Ori Bernstein | |
We want to support things like putting strings into them. |