Commit Graph

7 Commits

Author SHA1 Message Date
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