Age | Commit message (Expand) | Author |
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-06-26 | fix problem where file included twice was cgenerated twice | 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-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 |