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 (
Collapse
)
Author
2020-07-09
dont have to invoke C compiler separately anymore
Leo Tenenbaum
2020-07-07
oops fclose fixed
Leo Tenenbaum
2020-07-03
io is working but slow
Leo Tenenbaum
2020-06-21
oops gitignore was ignoring docs
Leo Tenenbaum
2020-05-05
got Windows 64-bit build to work, added Windows instructions to README
Leo Tenenbaum
2020-05-03
oops forgot about this
Leo Tenenbaum
2020-05-03
turns out __cdecl is only for 32-bit. now everything works except for 64-bit ↵
Leo Tenenbaum
arguments
2020-03-17
removed unnecessary t->flags |= TYPE_IS_RESOLVED;
Leo Tenenbaum
and some other minor corrections
2020-02-25
fixed bugs with new arg order system
Leo Tenenbaum
also now struct parameters are "officially" part of the language
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