index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
infer.c
Age
Commit message (
Collapse
)
Author
2020-01-17
code cleanup (FnExpr now contains Location)
Leo Tenenbaum
2020-01-10
made Field.type not a pointer
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-07
formatting (emacs doesnt like my tabs)
Leo Tenenbaum
2020-01-06
changed syntax for tuples to allow for complicated types
Leo Tenenbaum
2020-01-04
formatting
Leo Tenenbaum
2019-12-16
better inference
Leo Tenenbaum
2019-12-15
updated readme
Leo Tenenbaum
2019-12-15
bug fixes for inference
Leo Tenenbaum
2019-12-15
call inference!!!
Leo Tenenbaum
2019-12-15
got rid of parse_printing_after_types; still working on call inference
Leo Tenenbaum
2019-12-14
trying to get call inference to work
Leo Tenenbaum
2019-12-14
extracted out arg reordering thing cause i will need it for infer
Leo Tenenbaum
2019-12-14
infer
Leo Tenenbaum
2019-12-14
basic inferred params
Leo Tenenbaum
2019-12-13
more infer
Leo Tenenbaum
2019-12-12
more infer setup and better arr_foreach
Leo Tenenbaum
2019-12-12
...
Leo Tenenbaum
2019-12-11
finally probably have a good version of what infer should do
Leo Tenenbaum
2019-12-11
more infer
Leo Tenenbaum
2019-12-09
more stuff for inferred params
Leo Tenenbaum
2019-08-28
cleaned up code; fixed some function stuff
Leo Tenenbaum
2019-08-27
basic type inference
Leo Tenenbaum
2019-08-23
Cleaned up code
Leo Tenenbaum