Commit Graph

39 Commits

Author SHA1 Message Date
greg efc8497235 Rearchitect parser
To ensure that the prelude gets parsed with the same ItemId context as
normal REPL input
2019-10-25 01:49:15 -07:00
greg 11a9a60a34 Rejiggering some things with the SourceMap pointer in Parser 2019-10-23 14:47:18 -07:00
greg 5bb1a245c4 Have Parser accept SourceMap reference 2019-10-23 14:47:18 -07:00
greg bf59e6cc63 Just import all of AST in parse tests 2019-10-22 03:15:41 -07:00
greg c560c29b2d Start to add module syntax 2019-10-22 03:15:14 -07:00
greg 2c34ab52c4 Make this test conform to new if syntax 2019-10-11 09:13:09 -07:00
greg ddea470ba8 Parsing tests pass, eval ones fail 2019-10-10 18:17:59 -07:00
greg 2ed84de641 Introduce bare else clause in if exprs
With a non-passing test
2019-10-09 01:50:32 -07:00
greg a48bb61eb3 Get rid of this test
need to rethink how if-expressions should work
2019-10-05 16:41:51 -07:00
greg f02d7cb924 Add test for failing if expression 2019-09-28 17:42:22 -07:00
greg c427646e75 Change type alias 2019-09-28 02:42:18 -07:00
greg a054de56a2 Import statement syntax 2019-09-21 02:30:28 -07:00
greg 06026604cc Fix test 2019-09-20 12:14:15 -07:00
greg fd3922d866 Get rid of Meta from tests 2019-09-20 10:10:57 -07:00
greg cf9ce74394 still more meta's 2019-09-20 02:05:57 -07:00
greg f5d1c89574 Kill more Meta's 2019-09-20 02:03:10 -07:00
greg 8d1e0ebdea Start to get rid of Meta 2019-09-20 01:57:48 -07:00
greg c9052e0a3b QualifiedName with id 2019-09-19 01:34:21 -07:00
greg 56e6eb44f9 Finish adding ItemId to Expression 2019-09-18 14:15:05 -07:00
greg c12cb99b24 ItemId on statement 2019-09-18 10:07:20 -07:00
greg 8dc8833eb3 Item Id store 2019-09-18 09:56:11 -07:00
greg b517bc2366 Add ItemId type to AST 2019-09-18 02:15:45 -07:00
greg 73519d5be5 Add derivative crate 2019-09-18 01:58:38 -07:00
greg b91c3c9da5 Change design of Statement AST node 2019-09-17 02:25:11 -07:00
greg 08da787aae Make AST a struct 2019-09-11 19:25:12 -07:00
greg 9a28ccfd85 Tests compile again 2019-09-07 19:08:50 -07:00
greg ea542192be Temp qualified names work 2019-09-06 17:19:41 -07:00
greg 79635f2f86 Add Meta annotation to QualifiedName 2019-09-06 10:03:50 -07:00
greg 2b5b1589b0 tests compile, 15 fail 2019-09-06 02:30:18 -07:00
greg b4da57f5c5 Make Meta<Expression> exist everywhere it needs to 2019-09-02 14:41:09 -07:00
greg 8b87945bee Wrap remaining Expressions in Meta 2019-09-02 14:13:53 -07:00
greg f96469178d Tests for qualified names 2019-09-01 01:07:00 -07:00
greg 34abb9b081 Start work on qualified names 2019-08-31 23:39:01 -07:00
greg 063a13f7ff Move BinOp into ast subcrate
now builtins is only builtin semantics and has nothing to do with
operators
2019-08-15 06:28:40 -07:00
greg fde169b623 Make operators live in a submodule of ast
Starting with PrefixOp, BinOp happens next
2019-08-14 07:25:45 -07:00
greg 0dd6b26e5a Move where PrefixOp lives 2019-08-13 04:17:17 -07:00
greg d67ccf5c7a Refactor Expression struct
to have explicit kind and type_anno fields, to make it clearer
that this represents source-code level annotation and not any kind
of type inference intermediate product
2019-07-10 18:52:25 -07:00
greg b6e3469573 Default argument to function 2019-06-16 21:36:59 -07:00
greg c332747c3e Move parse test code into separate module 2019-06-16 15:03:34 -07:00