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
/
.gitignore
Age
Commit message (
Expand
)
Author
2020-03-17
removed unnecessary t->flags |= TYPE_IS_RESOLVED;
Leo Tenenbaum
2020-02-25
fixed bugs with new arg order system
Leo Tenenbaum
2020-02-04
fixed gitignore
Leo Tenenbaum
2020-01-25
passing structs to foreign functions
Leo Tenenbaum
2020-01-22
fixed tests
Leo Tenenbaum
2020-01-16
deleted unnecessary files
Leo Tenenbaum
2020-01-15
fixing packages more. more to come
Leo Tenenbaum
2020-01-09
better error system
Leo Tenenbaum
2020-01-06
improved naming of exported functions in C
Leo Tenenbaum
2020-01-06
small bugfix
Leo Tenenbaum
2020-01-05
better package file output
Leo Tenenbaum
2020-01-03
small things for more standard compliance
Leo Tenenbaum
2019-12-22
started exporting system
Leo Tenenbaum
2019-10-31
discovered a bug where stuff isn't typed before being eval'd. trying to fix it.
Leo Tenenbaum
2019-10-23
added a test
Leo Tenenbaum
2019-10-22
string literals are now slices; minor bug fixes
Leo Tenenbaum
2019-10-11
more cgen (bin ops, direct c)
Leo Tenenbaum
2019-08-16
Basic tokenization
Leo Tenenbaum