Age | Commit message (Expand) | Author |
2020-01-24 | more #builtin | Leo Tenenbaum |
2020-01-22 | runtime foreign | 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 | more work on #foreign | Leo Tenenbaum |
2020-01-18 | started #foreign | 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-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | named args for imported fns | 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 | importing expressions (kind of working!)] | Leo Tenenbaum |
2020-01-11 | finished import_val | Leo Tenenbaum |
2020-01-11 | changed the way struct names work | Leo Tenenbaum |
2020-01-11 | fixed problem with importing decls | Leo Tenenbaum |
2020-01-10 | made #size/alignof unary ops | Leo Tenenbaum |
2020-01-10 | realized i need to be able to export untyped expressions! | Leo Tenenbaum |
2020-01-10 | made Field.type not a pointer | Leo Tenenbaum |
2020-01-10 | more importing | Leo Tenenbaum |
2020-01-10 | more importing | Leo Tenenbaum |
2020-01-10 | importing locations | Leo Tenenbaum |
2020-01-10 | a bit more importing | Leo Tenenbaum |
2020-01-10 | problematic circular dependency tracker | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-09 | better error system | Leo Tenenbaum |
2020-01-09 | switched to new error system! | Leo Tenenbaum |
2020-01-09 | started changing location system | Leo Tenenbaum |
2020-01-08 | importing identifiers | Leo Tenenbaum |
2020-01-08 | reading package name and code | Leo Tenenbaum |
2020-01-08 | more importing (also turns out export is a keyword in c++) | Leo Tenenbaum |
2020-01-08 | finished read_ functions | Leo Tenenbaum |
2020-01-07 | naming consistency | Leo Tenenbaum |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-06 | fixed #alignof | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-06 | changed syntax for tuples to allow for complicated types | Leo Tenenbaum |
2020-01-06 | improved naming of exported functions in C | Leo Tenenbaum |
2020-01-05 | package names | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | finished export_expr | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-04 | vlqs for exporting | Leo Tenenbaum |
2020-01-04 | more exporting | Leo Tenenbaum |
2020-01-04 | fixed potential future bug, which wasnt causing problems right now | Leo Tenenbaum |