Commit Graph

17 Commits

Author SHA1 Message Date
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 2851a60eb0 fix whitespace after string literals 2013-10-20 16:21:41 -07:00
darkf 17cfbce27d add string literals to parser 2013-10-20 16:18:05 -07:00
darkf f61c7fb87d add list patterns 2013-10-19 02:11:36 -07:00
darkf b55d0befaa add list expressions 2013-10-19 02:09:44 -07:00
darkf 16c882b501 add cons pattern to parser 2013-10-19 02:05:16 -07:00
darkf 3506e1282a add multiple pattern arguments in parser 2013-10-19 01:56:14 -07:00
darkf 7aa23e4800 add call arguments 2013-10-19 01:44:53 -07:00
darkf 0db6e26070 slightly clean up parser 2013-10-19 01:38:25 -07:00
darkf ded743f2b1 add basic pattern to parser and fix some symbol stuff 2013-10-19 01:36:59 -07:00
darkf 5b4118ef8c add initial parser 2013-10-18 23:22:42 -07:00