apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Pattern matching is broken #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All pattern matching logic is busted and/or completely unimplemented in the 
current compiler trunk. Implement pattern matching support as necessary and 
provide compiler tests for it.

Original issue reported on code.google.com by don.ap...@gmail.com on 2 Apr 2012 at 6:17

GoogleCodeExporter commented 9 years ago
Rudimentary pattern matching (integers only) is now functional again, as proven 
by the appropriate compiler test in the suite. Adding additional types for 
matching is optional for Release 12.

Original comment by don.ap...@gmail.com on 16 Apr 2012 at 8:25