summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2020-07-09fixed some bugs with tuples, new version of writeiLeo Tenenbaum
2020-07-09some bugfixes involving tuple return values; also found some related bugsLeo Tenenbaum
2020-07-08debug and release builds; reading files still not fully testedLeo Tenenbaum
2020-07-07reading from stdin; file reading not tested that much yetLeo Tenenbaum
2020-07-07oops fclose fixedLeo Tenenbaum
2020-07-03io is working but slowLeo Tenenbaum
2020-06-26fix problem where file included twice was cgenerated twiceLeo Tenenbaum
2020-05-09found bug with namespacesLeo Tenenbaum
2020-05-09allow use of global variables at compile time, for real this timeLeo Tenenbaum
2020-05-08fixed a few bugs starting to make buffered ioLeo Tenenbaum
2020-05-08oops fixed putfLeo Tenenbaum
2020-05-08allow use of global constant before declaring it, get rid of weird Location c...Leo Tenenbaum
2020-05-08got double include to REALLY workLeo Tenenbaum
2020-05-08got double include to workLeo Tenenbaum
2020-05-03got tests to work on windows (fixed some problems with them)Leo Tenenbaum
2020-05-03trying to make std/*.toc portable, fwrite not working for some reasonLeo Tenenbaum
2020-04-22used for loopsLeo Tenenbaum
2020-03-21fixed casting to #C type at runtimeLeo Tenenbaum
2020-03-16updated tests, fixed bugsLeo Tenenbaum
2020-03-16made new and del functionsLeo Tenenbaum
2020-03-15got rid of need for ; following f ::= fn() {} etc.Leo Tenenbaum
2020-03-11fixed std/io.toc on some OSesLeo Tenenbaum
2020-03-04fixed std/arr.tocLeo Tenenbaum
2020-03-04slightly improved infer error message; still needs workLeo Tenenbaum
2020-03-03fixing const param bugLeo Tenenbaum
2020-03-03new, better test systemLeo Tenenbaum
2020-03-01casting to #C typesLeo Tenenbaum
2020-03-01better #foreign systemLeo Tenenbaum
2020-02-09made cgen pass arrays by valueLeo Tenenbaum
2020-02-04more namespacesLeo Tenenbaum
2020-01-29got rid of packages.Leo Tenenbaum
2020-01-27started nested packagesLeo Tenenbaum
2020-01-25seem to have fully fixed packagesLeo Tenenbaum
2020-01-25mostly fixed packagesLeo Tenenbaum
2020-01-25more #builtin. realized theres a problem with pkgs...Leo Tenenbaum
2020-01-25each => forLeo Tenenbaum
2020-01-23improved parsing fn types; fixed testsLeo Tenenbaum
2020-01-22new std/ioLeo Tenenbaum
2020-01-16deleted unnecessary filesLeo Tenenbaum
2020-01-16better packages. also started std/io pkg (wrote hello world in toc!)Leo Tenenbaum