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
/
instance_table.c
Age
Commit message (
Collapse
)
Author
2020-05-01
&void
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-21
fixed for loop problem (turns out it had to do with implicit type conversions)
Leo Tenenbaum
2020-04-04
Slice.n => Slice.len
Leo Tenenbaum
2020-03-19
#ifs inside structs
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-03-10
fixed varargs lookup
Leo Tenenbaum
2020-03-08
more varargs
Leo Tenenbaum
2020-03-05
fixed 32-bit compilation warning
Leo Tenenbaum
2020-03-04
started varargs
Leo Tenenbaum
2020-02-19
struct parameters seem to be working
Leo Tenenbaum
2020-02-15
more struct params & reverted to StructDef *struc;
Leo Tenenbaum
2020-02-14
minor improvements and preparing for struct arguments
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-29
got rid of packages.
Leo Tenenbaum
2020-01-25
passing structs to foreign functions
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
fixed bug with cgen structs
Leo Tenenbaum
2020-01-06
changed syntax for tuples to allow for complicated types
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-14
fixed problem with infer
Leo Tenenbaum
2019-12-08
changed post to preincrement (it actually does make a difference with tcc)
Leo Tenenbaum
2019-12-08
checking for duplicate args
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-02
fixed type ret vals bug!
Leo Tenenbaum
2019-11-30
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-28
started dealing with calling "type functions"
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum