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
/
scope.c
Age
Commit message (
Expand
)
Author
2020-02-04
more namespaces
Leo Tenenbaum
2020-02-04
nms . typing and fixing cgen for local namespaces
Leo Tenenbaum
2020-01-27
fixed #include scoping problems
Leo Tenenbaum
2020-01-25
each => for
Leo Tenenbaum
2020-01-25
fixed cgen tuples
Leo Tenenbaum
2020-01-14
extern variable declarations
Leo Tenenbaum
2020-01-12
better identifier system (uses much less memory)
Leo Tenenbaum
2020-01-04
formatting
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-10
made Expression smaller
Leo Tenenbaum
2019-12-09
more stuff for inferred params
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
added license
Leo Tenenbaum
2019-11-26
cleanup, switched to enums for flags
Leo Tenenbaum
2019-11-14
cleaning up some stuff
Leo Tenenbaum
2019-11-09
got rid of _FLAG_ everywhere
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-10-26
fixed leaks
Leo Tenenbaum
2019-10-25
started fixing leaking
Leo Tenenbaum
2019-10-25
compile time arrays and slices!
Leo Tenenbaum
2019-10-21
compile time recursion
Leo Tenenbaum
2019-10-08
eval fn calling (eval is done!!)
Leo Tenenbaum
2019-10-07
started eval unary &, but not done yet
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum