Commit Graph

5 Commits

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