Commit Graph

10 Commits

Author SHA1 Message Date
darkf 10d0494465 parse ifs 2013-10-23 14:36:06 -07:00
darkf d9e1a7bdc1 remove curried functions; multiple arguments use tuples 2013-10-22 15:59:05 -07:00
darkf 8b41c05b94 add tuples 2013-10-22 15:10:34 -07:00
darkf 6d904fdfc4 AST representation of functions shouldn't use a list as they only contain one expression 2013-10-21 13:18:25 -07:00
darkf 0770474931 add cons expression 2013-10-20 22:27:27 -07:00
darkf dcb52ad6eb fix README formatting 2013-10-20 17:48:02 -07:00
darkf d36f589132 add other arithmetic operators 2013-10-20 17:24:51 -07:00
darkf 7bebcdd1dc redefintions of functions adds pattern; fix [] pattern yielding [UnitP] 2013-10-20 17:03:45 -07:00
darkf 3506e1282a add multiple pattern arguments in parser 2013-10-19 01:56:14 -07:00
darkf 54ea8baa54 Separate AST into ast.hs and add unit type/value 2013-10-18 23:21:06 -07:00