Commit Log

commit description author date
7627f8976a3e "Pre-inline" the structure argument register assignments Steve Losh 2016-04-14
9376531b5089 Fix macro quoting Steve Losh 2016-04-14
d16b5b360398 Fix up `push-if-new` with setf/places macromancy Steve Losh 2016-04-14
fdb771cc2b8c Start working on L2 Steve Losh 2016-04-13
99abd362620a Add the program runner Steve Losh 2016-04-10
c97b74976098 Add code labels and implement the new program instructions Steve Losh 2016-04-10
564c709801aa Implement the query code runner Steve Losh 2016-04-10
e29b793a6e91 Rename the utils files Steve Losh 2016-04-10
51022d18e98f First stab at compiling L1 -- not ready yet Steve Losh 2016-04-10
6138ec555cde Change functor representation Steve Losh 2016-04-05
6dc3f4e03454 Start working on the bytecode generation Steve Losh 2016-04-01
ea71bdab6baa Deal with the L1 register assignment mess Steve Losh 2016-04-01
bbbc9030a316 Improve the code dumping function Steve Losh 2016-03-31
8a18f9b3bb72 Add the code store to the WAM (unused right now) Steve Losh 2016-03-30
894cac6a43fa Make the WAM heap resizable Steve Losh 2016-03-30
6b2403fb07d8 Add break to run Steve Losh 2016-03-29
3ac6e0d897af Poke at GGP a bit Steve Losh 2016-03-28
dfba7d90a8a5 Render doc Steve Losh 2016-03-28
0432f016c912 WHAT HATH GOD WROUGHT Steve Losh 2016-03-28
0b1008a7fe76 Fiddle with and document the unification instructions a bit Steve Losh 2016-03-27
87afb11b9791 Add a function for extracting things from the heap Steve Losh 2016-03-27
d80af96eaf15 Rewrite registers to be addresses, not cells Steve Losh 2016-03-27
e38bc4395d65 Blur the lambdas, and fix the instruction argument order Steve Losh 2016-03-26
7447809d31ad More work on L0, a bit of cleanup Steve Losh 2016-03-26
a9bdea1a9564 Clean up topological-sort Steve Losh 2016-03-26
d4ba6547d8a1 Fix up docstring Steve Losh 2016-03-26
fcec9e0c9c67 Fix the topological sorting Steve Losh 2016-03-26
859a6c1314d3 Add a few comments and a pair of utility functions for the WAM heap Steve Losh 2016-03-26
68ed4af71452 Fix flet/labels indentation before I lose my mind Steve Losh 2016-03-26
765efa56a965 Split the WAM into component files Steve Losh 2016-03-25
95d96065aa82 Clean up and add a few comments, and add a bit more type hinting Steve Losh 2016-03-25
dfbea0e60b46 Store functors so we can print them later Steve Losh 2016-03-25