Commit Graph

17 Commits

Author SHA1 Message Date
darkf e27d3305cc change filenames to start with an uppercase 2013-11-04 00:21:39 -08:00
darkf 4ce2bb22d5 add boolean patterns 2013-11-01 21:43:36 -07:00
darkf 203c908f7f Call's LHS takes an AST; parse record access with op/ 2013-10-28 20:23:29 -07:00
darkf ef80d723ca use patterns for definitions instead of identifiers 2013-10-25 02:20:23 -07:00
darkf 47d43351e2 add string patterns 2013-10-23 15:31:37 -07:00
darkf 0800608479 add boolean comparison and equality operators 2013-10-23 15:05:47 -07:00
darkf 669b4a09a9 add boolean type and constants 2013-10-23 14:41:44 -07:00
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