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
/
README.md
Age
Commit message (
Expand
)
Author
2020-05-01
null
Leo Tenenbaum
2020-04-08
fixed compiler warnings about pointer casting
Leo Tenenbaum
2020-03-19
fixed IDECL_EXPR bug; version 0.5
Leo Tenenbaum
2020-03-17
started defer
Leo Tenenbaum
2020-03-13
toc v. 0.4
Leo Tenenbaum
2020-03-11
error message for default varargs
Leo Tenenbaum
2020-03-10
update email
Leo Tenenbaum
2020-02-25
much better circular dependency checking system for structs
Leo Tenenbaum
2020-02-25
fixed bugs with new arg order system
Leo Tenenbaum
2020-02-01
more namespaces
Leo Tenenbaum
2020-01-29
made #foreign a part of the language
Leo Tenenbaum
2020-01-19
extracted hash table for future use by foreign to avoid loading libraries twice
Leo Tenenbaum
2020-01-19
fixed foreign for release build
Leo Tenenbaum
2020-01-11
changed the way struct names work
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-07
finished read_f32
Leo Tenenbaum
2020-01-06
Update README.md
Leo Tenenbaum
2020-01-06
Update README.md
Leo Tenenbaum
2020-01-02
preparing for release
Leo Tenenbaum
2020-01-02
fixed goto problem when compiling as c++
Leo Tenenbaum
2019-12-16
updated readme
Leo Tenenbaum
2019-12-15
updated readme
Leo Tenenbaum
2019-12-09
more stuff for inferred params
Leo Tenenbaum
2019-12-08
discovered a bug with flexible types while cleaning up args
Leo Tenenbaum
2019-12-07
more docs
Leo Tenenbaum
2019-12-07
fixed something weird going on with the tokenizer that might be a bug in clang
Leo Tenenbaum
2019-12-06
updated readme
Leo Tenenbaum
2019-11-28
started dealing with calling "type functions"
Leo Tenenbaum