Commit graph

22 commits

Author SHA1 Message Date
fef3df7f64 Test fix: most exprs no longer have types 2020-07-18 21:02:03 -06:00
2122a15759 Bugfix: " is punctuation 2020-07-18 21:01:17 -06:00
f79ff28b9a Arm the REPL with a customized tree printer 2020-07-18 20:57:08 -06:00
72471195c9 Drop types from fn, which is nontrivial & simplify do 2020-07-18 20:56:56 -06:00
2943bd02e1 Knock together a quick REPL 2020-07-18 20:30:34 -06:00
8e72dcd64f Make (fn) work 2020-07-18 20:06:24 -06:00
226ece5eaa Starting to build an analyzer 2020-07-18 18:46:09 -06:00
9f29067f6d tighten things up 2020-07-18 18:01:18 -06:00
beea56fad5 Refactor some of the types, get keywords working 2020-07-18 16:49:32 -06:00
43d1040d76 And fix \" escapes 2020-07-18 15:37:49 -06:00
7b47598b9f Get strings and some escapes sorta working 2020-07-18 15:34:16 -06:00
e47adc9432 Don't make space a part of punct 2020-07-18 14:46:44 -06:00
50842cb3d1 [NO TESTS] WIP 2020-07-18 14:43:21 -06:00
6a33fa1016 Expand the test coverage, add octals 2020-07-18 14:38:28 -06:00
8cd91ecb8c Adding tests of _ as a numeric component 2020-07-18 14:02:09 -06:00
d7f175a987 Get floating point numbers working too 2020-07-18 13:46:10 -06:00
d60e690445 Starting to stub out a syntax analyzer 2020-06-14 12:33:26 -06:00
50e7213d7b Starting to put a parser around all this 2020-06-14 11:32:26 -06:00
5b1ec2e24c Add the LICENSE 2020-05-24 01:23:45 -06:00
eb0ca097aa 2020-05-24 01:22:43 -06:00
a1880d1516 2020-05-23 23:15:49 -06:00
08bde5c895 2020-05-23 23:13:14 -06:00