Commit Graph

146 Commits

Author SHA1 Message Date
greg 7afb9d47fc Minimal parser that actually does something 2018-03-10 20:26:40 -08:00
greg 4c88a7ada6 Parse list literals 2018-03-08 12:01:24 -08:00
greg ca67f9b4fe Proper index exprs 2018-03-06 02:51:45 -08:00
greg 60cce3fe9c Some macro simplifications 2018-03-06 01:31:31 -08:00
greg 4eb22f94d0 Trying to make tests less verbose 2018-03-06 01:06:36 -08:00
greg 355c8170a4 Added test for lambda call 2018-03-06 00:56:19 -08:00
greg e3671a579d Changed BNF grammar of call statements
To allow calling lambdas
2018-03-06 00:38:33 -08:00
greg 08ca48b2ba lambdas 2018-03-04 02:11:22 -08:00
greg 9747374e8a Fix bug in delimited macro
Had to do with bad strictness testing.
2018-03-02 22:44:17 -08:00
greg 9ab1ca28f8 Improve tokenizer debug output 2018-03-02 22:11:25 -08:00
greg 1056be12e7 Include line count in token debug 2018-03-02 15:21:48 -08:00
greg f0e7c9906e Fixed bug w/ lines in functions
Also improved debugging
2018-03-02 00:42:52 -08:00
greg 0e3320e183 Separate Value and NamedStruct syntactic categories 2018-02-26 18:12:37 -08:00
greg 89a2be19f4 Fixed | 2018-02-26 02:27:36 -08:00
greg b3fff100d2 Fixed tests w/ respect to binop
There's a few unnecessary conversions of &str 's to Rc<String> and back
2018-02-24 17:50:57 -08:00
greg 0dd8861f83 Starting to munge BinOp types
Incomplete, doesn't yet compile
2018-02-23 04:10:00 -08:00
greg 501b975fb6 Move bx! macro up to mod.rs
And make use of it in parser
2018-02-23 03:04:19 -08:00
greg 0c69476fd0 Separate tokenizing module
Parsing was getting too long
2018-02-23 01:58:06 -08:00
greg a1b874c891 Fix traits, silence warnings 2018-02-22 03:26:32 -08:00
greg fddd43b86e Added trait declaration 2018-02-21 22:06:56 -08:00
greg 628eb28deb Fix some integer overflows with binary and hex 2018-02-21 03:52:16 -08:00
greg 457799e0f7 More type things 2018-02-12 01:45:36 -08:00
greg 681d767855 Type singletons test work 2018-02-12 00:51:53 -08:00
greg ef4620e90a TypeSingletonName broken out 2018-02-12 00:25:48 -08:00
greg 1f2a4c706f Fix struct literals in if expressions
With special case-ing, sigh :( Also will need to do this for match
expressions but I'll cross that bridge when I come to it
2018-02-11 22:10:21 -08:00
greg a452bccd1c Don't need clone() here 2018-02-11 16:45:26 -08:00
greg eca2218f6a Kill separate is_digit method
I care about 10 vs 16 distinction
2018-02-11 16:43:51 -08:00
greg 83aedb0efb Hex parsing done 2018-02-11 16:35:38 -08:00
greg faa5c6ab42 Fix parse level calculation 2018-02-10 17:45:00 -08:00
greg 9c2d2190b0 Proper indentation of parser debug 2018-02-10 15:10:06 -08:00
greg 8bd399f97a Better hex literals 2018-01-08 06:12:45 -08:00
greg 30a6d0929a Starting hex parsing 2018-01-08 05:57:36 -08:00
greg e054c4b27f Revert "Starting to split project into multiple crates"
This reverts commit e3b0f4a51e.
Bah, this was a bad idea, wrong way to do it
2017-10-23 00:45:01 -07:00
greg e3b0f4a51e Starting to split project into multiple crates 2017-10-23 00:43:43 -07:00
greg 677e3ae0a9 Add module keyword 2017-10-22 03:58:09 -07:00
greg 4c256cb5f7 Literal non-primitive values 2017-10-14 13:54:17 -07:00
greg 688e1c7f5d Starting work on literal non-primitve values 2017-10-13 18:56:02 -07:00
greg ff3dbbcbc6 Change Variable to Value 2017-10-10 21:02:32 -07:00
greg 996f75e15c A lot more type work 2017-10-09 02:26:59 -07:00
greg 3b249045aa Call needs to accept a general argument 2017-10-08 23:02:03 -07:00
greg ff0e14d9a9 Rename params -> args in Call Expr 2017-10-08 22:52:05 -07:00
greg 5cb8423ecc Beginning for expressions 2017-10-08 22:07:18 -07:00
greg 4032707dc9 Kill some comments 2017-10-08 21:26:47 -07:00
greg 1a8423535a Add test for function decl 2017-10-08 21:25:51 -07:00
greg 338981febe Changed function signatures around slightly 2017-10-08 21:21:02 -07:00
greg 6dff8b029e Function definitions expanded 2017-10-08 20:55:05 -07:00
greg df877830d3 Fixed tests 2017-10-08 19:39:41 -07:00
greg 40696b3cbd Rename TypeAnno to TypeName everywhere 2017-10-08 19:30:52 -07:00
greg 40a82d7e25 Tests for new type stuff
+ some renaming
2017-10-08 19:15:08 -07:00
greg c605f76059 More type work II 2017-10-08 19:03:02 -07:00