Graydon Hoare
|
39151f2ad8
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
|
Marijn Haverbeke
|
8d68b0462a
|
Refactor out some repetetive code in trans_alt
|
2011-07-13 11:33:46 +02:00 |
|
Marijn Haverbeke
|
be4f7354b4
|
Add box patterns
An @ can now be prepended to a pattern to unbox something during
pattern matching.
Closes #661
|
2011-07-13 11:11:43 +02:00 |
|
Marijn Haverbeke
|
12d5532166
|
Use switches rather than chained conditionals to compile alt matches
This also moves the alt-related trans code into its own file.
Closes #467
|
2011-07-13 00:38:24 +02:00 |
|