OSDN Git Service

joypy/Thun.git
2020-04-24 Simon FormanSomehow swoncat fell through the cracks.
2020-04-24 Simon FormanMinor edits.
2020-04-24 Simon FormanSwitch to tabs for indentation.
2020-04-24 Simon FormanFixes: #40354 Don't hardcode my own name and email...
2020-04-24 Simon FormanFixes: #40355 Lookup bytes no good.
2020-04-24 Simon FormanPickle protocol 2.
2020-04-24 Simon FormanDulwich expects bytes not str.
2020-04-24 Simon FormanFixes #40353 TypeError: must be str or None, not bytes
2020-04-24 Simon FormanFixes #40352 write() argument must be str, not bytes
2020-04-24 Simon FormanMake sure joy.gui.main.__doc__ is at the top of the...
2020-04-24 Simon FormanRemove `__next__`.
2020-04-24 Simon FormanAttributeError: 'itertools.count' object has no attribu...
2020-04-24 Simon FormanOpen stack pickle file in binary mode.
2020-04-24 Simon Formanread text from REPL, don't eval
2020-04-24 Simon FormanPEP 518
2020-04-24 Simon FormanFake brutal_hackery on Py3.
2020-04-24 Simon Formanfuturize stage2 vui
2020-04-24 Simon Formanfuturize stage2 gui
2020-04-24 Simon Formanfuturize stage2 core
2020-04-24 Simon Formanfuturize stage2 core
2020-04-24 Simon Formanfuturize stage1 vui
2020-04-24 Simon Formanfuturize stage1 gui
2020-04-24 Simon Formanfuturize stage1 core
2020-04-24 Simon FormanFixes #38239 rename parameter of stack.pick()
2020-04-24 Simon FormanIgnore build and virtual env ("venv").
2020-04-24 Simon FormanBetter instuctions for running docs notebooks.
2020-04-23 Simon FormanHacked up the Prolog compiler code.
2020-04-23 Simon FormanDelete a pyc file.
2020-04-23 Simon FormanCrap, and stuff.
2020-04-23 Simon FormanShortcircuit Boolean combinators.
2020-04-23 Simon FormanSome comments.
2020-01-31 Simon FormanMinor edits.
2020-01-31 Simon FormanMinor edits.
2020-01-31 Simon FormanRemove unused predicates appears_only_once/2 and reg_u...
2020-01-31 Simon FormanFreeing registers before using them is simpler.
2020-01-30 Simon FormanPartial reduction for combinator rule works after all.
2020-01-29 Simon FormanUncovered and fixed a subtle bug in free_reg//3.
2020-01-29 Simon FormanCons. I should research Lisp compilers...
2020-01-29 Simon FormanAdd assoc to kinda sorta track the values in the registers.
2020-01-29 Simon Formanswap, pop, and +
2020-01-28 Simon Formandup, add_ref/3.
2020-01-28 Simon FormanTHread through a context to track registers.
2020-01-28 Simon FormanSort of compile '+'.
2020-01-28 Simon FormanMove immediate to register for int literal.
2020-01-28 Simon Formanblep.
2020-01-28 Simon FormanA start on machine code generation.
2020-01-27 Simon FormanFix a bug in step.
2020-01-27 Simon Formandocs, formatter
2020-01-27 Simon FormanFix a bug in rest.
2020-01-27 Simon FormanMinor cleanup.
2020-01-26 Simon FormanExperiments with partial reduction are very promising.
2020-01-26 Simon FormanPartial reduction of thun/3 in the thun/4 relation.
2020-01-26 Simon FormanMap combinator works with types.
2020-01-26 Simon FormanRemove '==' from definitions. (Bools)
2020-01-26 Simon FormanDefinition for 'not' in terms of 'branch'.
2020-01-26 Simon FormanProper types, checking, inference.
2020-01-26 Simon FormanDon't assert defs twice.
2020-01-25 Simon FormanChange back to CLP(FD) semantics.
2020-01-25 Simon FormanDocs and minor cleanup to the grammar.
2019-12-03 Simon FormanMinor cleanup.
2019-12-02 Simon FormanMake parser REs into module-level "constants".
2019-12-02 Simon FormanSome helper scripts for windows.
2019-12-02 Simon FormanMinor docs update.
2019-11-28 Simon FormanDebugging this sucks.
2019-11-14 Simon FormanEmit a sort of symbol table.
2019-11-13 Simon Forman4 is already an offset
2019-11-13 Simon FormanDefinitions.
2019-11-13 Simon Forman"swap" word.
2019-11-12 Simon Forman"new" word.
2019-11-12 Simon FormanRefactor sub_base_merge_and_store.
2019-11-12 Simon Formandup cons i
2019-11-12 Simon FormanForgot to "return" from i combinator.
2019-11-12 Simon FormanEven "nicer".
2019-11-12 Simon FormanCharming.
2019-11-12 Simon Formandexpr//1
2019-11-12 Simon FormanThe i combinator.
2019-11-11 Simon Formanhead_addr
2019-11-11 Simon FormanSimple push of empty list.
2019-11-10 Simon FormanDup.
2019-11-10 Simon Formanhalt.
2019-11-10 Simon Formanword works with negative numbers now.
2019-11-10 Simon Formanmerge_and_store, chain_link
2019-11-10 Simon FormanMinor refactor.
2019-11-10 Simon FormanPass through label.
2019-11-10 Simon Formanif_literal and lookup
2019-11-10 Simon Formanincr stack
2019-11-10 Simon FormanRefactoring and cleanup.
2019-11-10 Simon Formanload
2019-11-09 Simon FormanBleah.
2019-11-09 Simon FormanBase address in unpack_pair.
2019-11-09 Simon Formanunpack_pair
2019-11-09 Simon FormanMinor refactor.
2019-11-09 Simon FormanRefactoring, with oddball quoting "symbols".
2019-11-09 Simon FormanThat works nicely, again.
2019-11-09 Simon FormanConvert to ? DCG and it's macro-time!
2019-11-09 Simon FormanI think that does it for cons.
2019-11-09 Simon FormanThat's the mainloop converted to permit negative offsets.
2019-11-09 Simon FormanMinor cleanup, bug fixes.
2019-11-08 Simon FormanMinor bugfix.
2019-11-08 Simon FormanCons
next