index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-09
more stuff for inferred params
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-08
allowed parameters with default values before params without as long as theyr...
Leo Tenenbaum
2019-12-08
fixed named args
Leo Tenenbaum
2019-12-08
fixed problem with flexible types
Leo Tenenbaum
2019-12-08
discovered a bug with flexible types while cleaning up args
Leo Tenenbaum
2019-12-08
better error system
Leo Tenenbaum
2019-12-07
more docs
Leo Tenenbaum
2019-12-07
fixed something weird going on with the tokenizer that might be a bug in clang
Leo Tenenbaum
2019-12-07
switched from structure."field" to structure["field"]
Leo Tenenbaum
2019-12-07
fixed a double free bug
Leo Tenenbaum
2019-12-07
oops deleting files
Leo Tenenbaum
2019-12-07
fixed problem with default arguments
Leo Tenenbaum
2019-12-07
reduced copying and other cleanup
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-06
updated readme
Leo Tenenbaum
2019-12-06
fixed another problem with ret_decls
Leo Tenenbaum
2019-12-06
fixed a problem with ret decls but found another
Leo Tenenbaum
2019-12-06
cleanup
Leo Tenenbaum
2019-12-06
fixed a problem with default arguments
Leo Tenenbaum
2019-12-06
new test
Leo Tenenbaum
2019-12-06
fixed bug (we shouldntve resolved the return type when we dont resolve the pa...
Leo Tenenbaum
2019-12-06
cleaned up instance typing code (which fixed a bug)
Leo Tenenbaum
2019-12-06
@ => :: (looks nicer)
Leo Tenenbaum
2019-12-05
Arr works!!!!
Leo Tenenbaum
2019-12-04
really figured out whats going on with Arr.
Leo Tenenbaum
2019-12-03
fixed another problem, and now I kind of know whats going on with Arr
Leo Tenenbaum
2019-12-03
fixed another problem, but Arr still aint workin
Leo Tenenbaum
2019-12-03
fixed problem with checking for non-constant type declarations
Leo Tenenbaum
2019-12-03
doing Arr(T); fixed some stuff, but there are still bugs
Leo Tenenbaum
2019-12-02
fixed type ret vals bug!
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-12-01
improved vbs (now its done during typing instead of parsing)
Leo Tenenbaum
2019-11-30
trying to make this compilable with a c++ compiler
Leo Tenenbaum
2019-11-30
fixed was_expr bug
Leo Tenenbaum
2019-11-30
fixed some bugs involving returning types
Leo Tenenbaum
2019-11-30
basic type returning
Leo Tenenbaum
2019-11-30
fixed bug
Leo Tenenbaum
2019-11-30
cleanup, found a weird 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-27
started to set up type parameters
Leo Tenenbaum
2019-11-27
fixed problem where functions could have tuple parameters
Leo Tenenbaum
2019-11-26
cleanup, switched to enums for flags
Leo Tenenbaum
2019-11-25
fixed problem which caused bf test to fail
Leo Tenenbaum
2019-11-25
cleaning up
Leo Tenenbaum
2019-11-25
fixed problems with return declarations
Leo Tenenbaum
2019-11-25
fixed multiple idents in one param decl
Leo Tenenbaum
2019-11-25
fixed problem with flexible types
Leo Tenenbaum
[prev]
[next]