0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up and refactored type interface. More... over 13 years ago
Added error case to unification algorithm (how did I get this far without?!) More... over 13 years ago
Safety assert for Vector type. More... over 13 years ago
Parametrized integer and vector types. More... over 13 years ago
Made type variables objects. More... over 13 years ago
Generalized constructed types. More... over 13 years ago
Simple module system ho! More... over 13 years ago
Fixed a bug in reader sexp buffering and added a function to read whole files. More... over 13 years ago
Forward named lambda names into the IR. More... over 13 years ago
Use default -O3 IR-rewriting optimizer settings. More... over 13 years ago
Corrected comparator backing word> and gave the primitive functions better IR naming. More... over 13 years ago
Better toplevel compilation functions. More... over 13 years ago
Basic codegen and miscellaneous fixes and refactorings found necessary for it. More... over 13 years ago
Constraint propogation from universally quantified types. More... over 13 years ago
Added load/store primitives functions. More... over 13 years ago
Instantiate universally quantified types. More... over 13 years ago
More concise universal-type printing. More... over 13 years ago
Generalize types of bound values at the correct stage. More... over 13 years ago
Debugged and refactored what is now universal-type and defined product-type. More... over 13 years ago
Defined type signature for primitive word-. Fibonacci typechecks! More... over 13 years ago
Cleaned up some traces missed by an earlier refactor. More... over 13 years ago
Moved type generalization to binding creation time. More... over 13 years ago
Added forgotten file to system definition. More... over 13 years ago
Default quantified type constraints to nil and don't touch symbols in cl: More... over 13 years ago
Generalize types that have free variables after inference. More... over 13 years ago
Made def return the value being bound for testing convenience. More... over 13 years ago
Reduce overloading of subst-apply: it now only accepts types, with subst-constraints covering the removed case. More... over 13 years ago
This belongs here. More... over 13 years ago
Corrected a typo. More... over 13 years ago
More concise constructed type printing. More... over 13 years ago