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
/
io.toc
Age
Commit message (
Expand
)
Author
2020-07-14
type information finished
Leo Tenenbaum
2020-07-13
started #for, also fixed some other stuff (including io.puti)
Leo Tenenbaum
2020-07-12
fixed bin op problems, added testing types for equality
Leo Tenenbaum
2020-07-09
fixed some bugs with tuples, new version of writei
Leo Tenenbaum
2020-07-09
some bugfixes involving tuple return values; also found some related bugs
Leo Tenenbaum
2020-07-08
debug and release builds; reading files still not fully tested
Leo Tenenbaum
2020-07-07
reading from stdin; file reading not tested that much yet
Leo Tenenbaum
2020-07-07
oops fclose fixed
Leo Tenenbaum
2020-07-03
io is working but slow
Leo Tenenbaum
2020-05-09
found bug with namespaces
Leo Tenenbaum
2020-05-09
allow use of global variables at compile time, for real this time
Leo Tenenbaum
2020-05-08
fixed a few bugs starting to make buffered io
Leo Tenenbaum
2020-05-08
oops fixed putf
Leo Tenenbaum
2020-05-08
allow use of global constant before declaring it, get rid of weird Location c...
Leo Tenenbaum
2020-05-08
got double include to REALLY work
Leo Tenenbaum
2020-05-08
got double include to work
Leo Tenenbaum
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-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-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
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
better packages. also started std/io pkg (wrote hello world in toc!)
Leo Tenenbaum