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
/
std
Age
Commit message (
Expand
)
Author
2020-05-03
got tests to work on windows (fixed some problems with them)
Leo Tenenbaum
2020-05-03
trying to make std/*.toc portable, fwrite not working for some reason
Leo Tenenbaum
2020-04-22
used for loops
Leo Tenenbaum
2020-03-21
fixed casting to #C type at runtime
Leo Tenenbaum
2020-03-16
updated tests, fixed bugs
Leo Tenenbaum
2020-03-16
made new and del functions
Leo Tenenbaum
2020-03-15
got rid of need for ; following f ::= fn() {} etc.
Leo Tenenbaum
2020-03-11
fixed std/io.toc on some OSes
Leo Tenenbaum
2020-03-04
fixed std/arr.toc
Leo Tenenbaum
2020-03-04
slightly improved infer error message; still needs work
Leo Tenenbaum
2020-03-03
fixing const param bug
Leo Tenenbaum
2020-03-03
new, better test system
Leo Tenenbaum
2020-03-01
casting to #C types
Leo Tenenbaum
2020-03-01
better #foreign system
Leo Tenenbaum
2020-02-09
made cgen pass arrays by value
Leo Tenenbaum
2020-02-04
more namespaces
Leo Tenenbaum
2020-01-29
got rid of packages.
Leo Tenenbaum
2020-01-27
started nested packages
Leo Tenenbaum
2020-01-25
seem to have fully fixed packages
Leo Tenenbaum
2020-01-25
mostly fixed packages
Leo Tenenbaum
2020-01-25
more #builtin. realized theres a problem with pkgs...
Leo Tenenbaum
2020-01-25
each => for
Leo Tenenbaum
2020-01-23
improved parsing fn types; fixed tests
Leo Tenenbaum
2020-01-22
new std/io
Leo Tenenbaum
2020-01-16
deleted unnecessary files
Leo Tenenbaum
2020-01-16
better packages. also started std/io pkg (wrote hello world in toc!)
Leo Tenenbaum