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
/
abbrevs.txt
Age
Commit message (
Collapse
)
Author
2020-03-16
switched to labels for break/continue so that switch works in the future
Leo Tenenbaum
2020-03-16
runtime break/continue
Leo Tenenbaum
2020-02-16
deleted old abbrevs
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-29
started namespaces
Leo Tenenbaum
2020-01-27
#include
Leo Tenenbaum
2020-01-08
reading package name and code
Leo Tenenbaum
2019-12-22
started exporting system
Leo Tenenbaum
2019-11-10
wrote value hash table for compile time arguments
Leo Tenenbaum
2019-10-27
some fixes and starting to get type declarations
Leo Tenenbaum
2019-10-26
started newtype
Leo Tenenbaum
2019-10-15
more out params, fixed anon fns
Leo Tenenbaum
2019-10-14
made parameters immutable; fixed other things involving immutability
Leo Tenenbaum
2019-09-29
finished replacing err_malloc with allocators; now there are no memory leaks!
Leo Tenenbaum
2019-09-29
made allocator; will switch to it soon
Leo Tenenbaum
2019-09-28
new, del
Leo Tenenbaum
2019-09-27
started named arguments
Leo Tenenbaum
2019-09-25
added return
Leo Tenenbaum
2019-09-21
deref; improved eval, decls
Leo Tenenbaum
2019-09-21
added ptrs
Leo Tenenbaum
2019-09-01
improved the way identifiers worked (now they use a single block array)
Leo Tenenbaum
2019-08-31
parsing of directives
Leo Tenenbaum