Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve paths to defs (functions currently) during type inference | Florian Diebold | 2018-12-23 | 1 | -68/+127 |
| | |||||
* | Make let statements kind of work | Florian Diebold | 2018-12-23 | 1 | -8/+36 |
| | |||||
* | Remove unwraps | Florian Diebold | 2018-12-23 | 1 | -6/+19 |
| | |||||
* | Get rid of the terrible nesting in PathExpr inference | Florian Diebold | 2018-12-23 | 1 | -26/+14 |
| | |||||
* | Cleanup | Florian Diebold | 2018-12-23 | 1 | -64/+49 |
| | |||||
* | Add testing infrastructure for type inference | Florian Diebold | 2018-12-23 | 1 | -0/+30 |
| | | | | - move dir_tests to test_utils for that. | ||||
* | Parse integer / float types | Florian Diebold | 2018-12-23 | 1 | -2/+20 |
| | |||||
* | Add beginnings of type infrastructure | Florian Diebold | 2018-12-23 | 1 | -0/+478 |