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 (
Collapse
)
Author
2020-02-25
fixed bugs with new arg order system
Leo Tenenbaum
also now struct parameters are "officially" part of the language
2020-02-24
struct param inference
Leo Tenenbaum
2020-02-07
fixed leaks
Leo Tenenbaum
2020-02-07
new ident system almost working
Leo Tenenbaum
2020-02-07
still trying to fix new idents
Leo Tenenbaum
2020-02-05
switching to new ident system and wow it makes everything so much simpler
Leo Tenenbaum
2020-02-04
bug fixes
Leo Tenenbaum
2020-02-04
new test: nms
Leo Tenenbaum
2020-01-29
started namespaces
Leo Tenenbaum
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; ↵
Leo Tenenbaum
not done yet
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
[next]