Graph
-
Clean up the GGP a tiny bit2016-07-11, by Steve Losh
-
Type-hint the WAM `setf` functions2016-07-10, by Steve Losh
-
Name the subterm-handling instructions something not completely stupid2016-07-10, by Steve Losh
-
Excise the stupid fucking `set-*` opcodes2016-07-10, by Steve Losh
-
Fix constant unification2016-07-09, by Steve Losh
-
Pool logic frames to avoid creating so many hash tables2016-07-09, by Steve Losh
-
Clean up and fix the anonymous variable handling2016-07-08, by Steve Losh
-
Export symbols and add a few sanity checks2016-07-08, by Steve Losh
-
Normalize facts and queries because people are lazy2016-07-06, by Steve Losh
-
Clean up the rule UI too2016-07-06, by Steve Losh
-
Clean up the UI2016-07-06, by Steve Losh
-
Add profile.out to .hgignore.2016-07-06, by Steve Losh
-
Don't cons lists of numbers, jesus christ2016-07-05, by Steve Losh
-
Use a queues instead of lists for the logic frame pending predicates2016-07-05, by Steve Losh
-
Rename "code frame" to "logic frame"2016-07-05, by Steve Losh
-
Implement logic frames for assertion/retraction2016-07-05, by Steve Losh
-
Clean up formatting2016-07-05, by Steve Losh
-
Add a handy disassembly macro2016-07-05, by Steve Losh
-
Implement anonymous variables and the `*_void` opcodes2016-07-04, by Steve Losh
-
Switch from `:keyword` variables to `?symbol` ones2016-07-03, by Steve Losh
-
Add AIPS Rovers example2016-06-30, by Steve Losh
-
Add Towers of Hanoi GDL example2016-06-30, by Steve Losh
-
Run the tests on CCL too2016-06-30, by Steve Losh
-
Comment the `bind!` thing a bit more2016-06-29, by Steve Losh
-
Implement dynamic calling and fix `bind!`2016-06-29, by Steve Losh
-
Clean up opcode definition2016-06-29, by Steve Losh
-
Fix a pair of really nasty bugs2016-06-10, by Steve Losh
-
Rewrite the compiler2016-06-07, by Steve Losh
-
Fix docstring to be more clear2016-06-05, by Steve Losh
-
Add constant dump info2016-06-05, by Steve Losh
-
Typos2016-06-05, by Steve Losh
-
Implement cut2016-06-05, by Steve Losh
-
Implement Prolog lists2016-06-02, by Steve Losh
-
Update benchmarks a bit2016-06-02, by Steve Losh
-
Try out actual PAIPROLOG2016-05-19, by Steve Losh
-
Begin inlining things2016-05-15, by Steve Losh
-
Add the first optimization pass: constants2016-05-14, by Steve Losh
-
Make the compiler use a circle for the instruction list2016-05-14, by Steve Losh
-
Add a circle data structure2016-05-13, by Steve Losh
-
Split apart compilation into precompile/render phases2016-05-12, by Steve Losh
-
Add constant cells (unused for now)2016-05-10, by Steve Losh
-
Reserve an extra tag bit for the coming optimizations2016-05-10, by Steve Losh
-
Don't put structure cells on the heap2016-05-10, by Steve Losh
-
I can't spell2016-05-10, by Steve Losh
-
Typo2016-05-10, by Steve Losh
-
THE CELLING2016-05-09, by Steve Losh
-
Privilege heap address 0 as a magic unset sentinal value2016-05-09, by Steve Losh
-
Rename `heap-cell` to just `cell`2016-05-09, by Steve Losh
-
THE CONCATENING2016-05-08, by Steve Losh
-
Purge compiled CL code before benchmarking2016-05-02, by Steve Losh
-
THE STRUCTENING2016-05-02, by Steve Losh
-
Add bench-results.txt to .hgignore.2016-05-02, by Steve Losh
-
Add a benchrunner2016-05-02, by Steve Losh
-
Add a similar awful benchmark for the PAIP implementation2016-05-02, by Steve Losh
-
Add a barebones GGP test case so we can start poking at performance2016-04-30, by Steve Losh
-
Fix fresh db macro2016-04-28, by Steve Losh
-
Cleanup2016-04-24, by Steve Losh
-
Add some tests2016-04-24, by Steve Losh
-
Improve the UI a bit2016-04-24, by Steve Losh
-
Add result returning2016-04-22, by Steve Losh
-
Add done-thunk and use it for query interaction2016-04-22, by Steve Losh
-
I give up on remembering the name of this file2016-04-22, by Steve Losh
-
Implement choice points and backtracking2016-04-20, by Steve Losh