Commit Log

commit description author date
1184d75b21fe Cleanup Steve Losh 2016-04-24
00f7bec64b84 Add some tests Steve Losh 2016-04-24
f3ed7ce70f3b Improve the UI a bit Steve Losh 2016-04-24
678ab674bd33 Add result returning Steve Losh 2016-04-22
53d629a6aa69 Add done-thunk and use it for query interaction Steve Losh 2016-04-22
79abff72987d I give up on remembering the name of this file Steve Losh 2016-04-22
a97a1fd92f94 Implement choice points and backtracking Steve Losh 2016-04-20
dc6892a9a406 Stop using the fill pointer for the stack Steve Losh 2016-04-20
1ab41e0128dc Add the TRY* instructions to compilation Steve Losh 2016-04-20
67535b9c3b86 Implement proper result extraction Steve Losh 2016-04-19
5085c5254515 Where the hell did this go? Steve Losh 2016-04-19
d8dc03903456 Put query code into the front of the main CODE store to run Steve Losh 2016-04-18
fb3a334a14f3 Refactor the shared variables copypasting Steve Losh 2016-04-18
e45304805b40 Update tokenization comment Steve Losh 2016-04-18
5962c575282f Make all the arrows in comments consistent Steve Losh 2016-04-18
f3aa63a7ee45 Todone Steve Losh 2016-04-18
7564d7862350 Typo Steve Losh 2016-04-18
b157bf8168a2 Document the nightmare Steve Losh 2016-04-18
902d171a1a85 Remove unnecessary stack/structure opcodes Steve Losh 2016-04-18
ce87039ad178 Make L2 work properly Steve Losh 2016-04-17
15db57524dd3 Fix the interpreter and add a simple UI Steve Losh 2016-04-16
b8bc9b175636 Rename a few files Steve Losh 2016-04-16
ac5c1bfbe50a Update the VM instructions to use register designators Steve Losh 2016-04-16
2f0b5c92febe Implement (mostly) register designators Steve Losh 2016-04-16
f0f0c180ae1d Add a REAL janky result extractor Steve Losh 2016-04-15
1dd07907df49 Implement the stack, register designators, and track permanent vars Steve Losh 2016-04-15
fa262e6111e9 Refactor the parsing and register assignment Steve Losh 2016-04-14
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