Age | Commit message (Expand) | Author |
2020-01-25 | more #builtin. realized theres a problem with pkgs... | Leo Tenenbaum |
2020-01-25 | each => for | Leo Tenenbaum |
2020-01-25 | ... | Leo Tenenbaum |
2020-01-25 | passing structs to foreign functions | Leo Tenenbaum |
2020-01-25 | fixed cgen tuples | Leo Tenenbaum |
2020-01-25 | improved location system | Leo Tenenbaum |
2020-01-25 | cleaned up copying | Leo Tenenbaum |
2020-01-24 | ... | Leo Tenenbaum |
2020-01-24 | fixed return declarations | Leo Tenenbaum |
2020-01-24 | fixed eval call problem + more #builtin | Leo Tenenbaum |
2020-01-24 | more #builtin | Leo Tenenbaum |
2020-01-24 | fixed operator precedence for as | Leo Tenenbaum |
2020-01-23 | agh | Leo Tenenbaum |
2020-01-23 | agh | Leo Tenenbaum |
2020-01-23 | no foreign parameters | Leo Tenenbaum |
2020-01-23 | improved parsing fn types; fixed tests | Leo Tenenbaum |
2020-01-23 | debug filename | Leo Tenenbaum |
2020-01-22 | fixed tests | Leo Tenenbaum |
2020-01-22 | new std/io | Leo Tenenbaum |
2020-01-22 | runtime foreign | Leo Tenenbaum |
2020-01-21 | int literal bug fix | Leo Tenenbaum |
2020-01-21 | only load libraries once | Leo Tenenbaum |
2020-01-20 | only load function pointers once | Leo Tenenbaum |
2020-01-19 | extracted hash table for future use by foreign to avoid loading libraries twice | Leo Tenenbaum |
2020-01-19 | fixed foreign for release build | Leo Tenenbaum |
2020-01-19 | #foreign is kinda working now! | Leo Tenenbaum |
2020-01-19 | more #foreign | Leo Tenenbaum |
2020-01-19 | more work on #foreign | Leo Tenenbaum |
2020-01-18 | started #foreign | Leo Tenenbaum |
2020-01-17 | Location bug fix and (&Package).something | Leo Tenenbaum |
2020-01-17 | code cleanup (FnExpr now contains Location) | 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 |
2020-01-15 | fixed several problems with packages. arr_foreach works now! | Leo Tenenbaum |
2020-01-15 | fixing packages more. more to come | Leo Tenenbaum |
2020-01-15 | fixing bugs with pkgs | Leo Tenenbaum |
2020-01-14 | fixed struct decls (tests pass now) | Leo Tenenbaum |
2020-01-14 | declarations of imported things in C!!! | Leo Tenenbaum |
2020-01-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | named args for imported fns | Leo Tenenbaum |
2020-01-14 | better exported C name system | Leo Tenenbaum |
2020-01-14 | packages finally mostly working! | Leo Tenenbaum |
2020-01-14 | improved C names of exported things | Leo Tenenbaum |
2020-01-13 | more packages | Leo Tenenbaum |
2020-01-12 | fixed memory leaks | Leo Tenenbaum |
2020-01-12 | better identifier system (uses much less memory) | Leo Tenenbaum |
2020-01-11 | eval for imported stuff | Leo Tenenbaum |
2020-01-11 | renamed typedefs_cgen.c | Leo Tenenbaum |
2020-01-11 | importing expressions (kind of working!)] | Leo Tenenbaum |
2020-01-11 | fixed clang warning | Leo Tenenbaum |