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
/
toc.c
Age
Commit message (
Expand
)
Author
2020-01-29
got rid of packages.
Leo Tenenbaum
2020-01-27
#include
Leo Tenenbaum
2020-01-25
passing structs to foreign functions
Leo Tenenbaum
2020-01-22
runtime foreign
Leo Tenenbaum
2020-01-19
extracted hash table for future use by foreign to avoid loading libraries twice
Leo Tenenbaum
2020-01-19
#foreign is kinda working now!
Leo Tenenbaum
2020-01-19
more #foreign
Leo Tenenbaum
2020-01-17
Location bug fix and (&Package).something
Leo Tenenbaum
2020-01-14
declarations of imported things in C!!!
Leo Tenenbaum
2020-01-11
renamed typedefs_cgen.c
Leo Tenenbaum
2020-01-11
removed unnecessary c code generation
Leo Tenenbaum
2020-01-10
realized i need to be able to export untyped expressions!
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-08
more importing (also turns out export is a keyword in c++)
Leo Tenenbaum
2020-01-07
put small functions together and cleaned up float exporting
Leo Tenenbaum
2020-01-04
fixed potential future bug, which wasnt causing problems right now
Leo Tenenbaum
2020-01-03
fixed a bug with returning
Leo Tenenbaum
2020-01-03
small things for more standard compliance
Leo Tenenbaum
2020-01-02
fixed goto problem when compiling as c++
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-27
fixed error reporting; more export
Leo Tenenbaum
2019-12-22
more exporting
Leo Tenenbaum
2019-12-22
started exporting system
Leo Tenenbaum
2019-12-18
fixed leaks
Leo Tenenbaum
2019-12-14
fixed problem with infer
Leo Tenenbaum
2019-12-09
more stuff for inferred params
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-02
cleanup
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-24
started to get fn(t @ Type, x: t) to work
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
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-03
replaced user-defined type system (there are still bugs apparently though)
Leo Tenenbaum
2019-10-31
fixed some bugs involving trying to call future functions at compile time; no...
Leo Tenenbaum
2019-10-31
a.b as an lvalue
Leo Tenenbaum
2019-10-29
fixed problems with user-defined types and out params
Leo Tenenbaum
2019-10-27
minor fixes to silence warnings when building release
Leo Tenenbaum
2019-10-09
started cgen
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
2019-10-02
eval casting
Leo Tenenbaum
2019-10-01
Integer, UInteger => int64_t, uint64_t
Leo Tenenbaum
2019-10-01
restarted eval, this time with macros!
Leo Tenenbaum
2019-09-29
continued allocator
Leo Tenenbaum
2019-09-29
made allocator; will switch to it soon
Leo Tenenbaum
2019-09-27
added converter from named arguments to non-named
Leo Tenenbaum
[next]