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
/
main.c
Age
Commit message (
Collapse
)
Author
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
reduced copying and other cleanup
Leo Tenenbaum
2019-12-07
added license
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 ↵
Leo Tenenbaum
param types!)
2019-12-06
@ => :: (looks nicer)
Leo Tenenbaum
2019-12-05
Arr works!!!!
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-11-30
trying to make this compilable with a c++ compiler
Leo Tenenbaum
maybe it works on some but gccs not happy with my gotos...
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
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-28
started dealing with calling "type functions"
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
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
2019-11-24
finally fixed all the problems with type params
Leo Tenenbaum
2019-11-24
started to get fn(t @ Type, x: t) to work
Leo Tenenbaum
2019-11-22
fixed type parameters
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-11-19
finally got type params to work
Leo Tenenbaum
2019-11-19
fixed problems with const params
Leo Tenenbaum
2019-11-18
stuff with type params
Leo Tenenbaum
2019-11-17
declarations of fns with const params
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum
2019-11-16
:@
Leo Tenenbaum
2019-11-16
bug fixes, return declaration initializers
Leo Tenenbaum
2019-11-14
cleaning up some stuff
Leo Tenenbaum
2019-11-13
..
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
mainly to do with default arguments and named return values. also cgen unicode identifier support!
2019-11-13
evaluating default arguments
Leo Tenenbaum
2019-11-13
fixed some problems with compile time params
Leo Tenenbaum
2019-11-12
improved compile time params
Leo Tenenbaum
2019-11-12
compile time parameters
Leo Tenenbaum
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-11-10
wrote value hash table for compile time arguments
Leo Tenenbaum
2019-11-09
got rid of _FLAG_ everywhere
Leo Tenenbaum
2019-11-09
fixed local functions
Leo Tenenbaum
2019-11-08
added value exprs in preparation for compile time arguments
Leo Tenenbaum
[next]