OSDN Git Service

joypy/Thun.git
2020-05-10 Simon FormanSet the font on the listbox.
2020-05-10 Simon FormanRemove listbox try out script.
2020-05-10 Simon FormanUpdate view of stack at start.
2020-05-10 Simon FormanConnect it up.
2020-05-10 Simon FormanBring in the listbox widget with drag.
2020-05-10 Simon FormanWith i3 use separate windows again.
2020-04-29 Simon FormanVersion 0.3.0
2020-05-05 Simon Forman`primrec` combinator in Prolog
2020-05-05 Simon Formanprimrec combinator
2020-05-02 Simon FormanPut the log and scratch text in the same window.
2020-05-02 Simon FormanPython is 3 now.
2020-04-29 Simon FormanAdd Python 3 classifiers and ignore __pycache__ dirs.
2020-04-28 Simon Forman Closes Ticket #40371 Bump version number to 0.3.0
2020-04-28 Simon FormanRebuild docs with Python 3 and Sphinx 3.0.2.
2020-04-28 Simon FormanIndent with tabs.
2020-04-28 Simon FormanTrace command.
2020-04-28 Simon FormanRename primrec to tailrec.
2020-04-28 Simon FormanFixes #38237 Sort out stack/unstack/enstacken/disenstacken
2020-04-28 Simon FormanSwitch the names of unstack and disenstacken.
2020-04-26 Simon FormanMake it easy to install the tools to build the docs.
2020-04-26 Simon FormanMinor cleanup.
2020-04-26 Simon FormanSome comments in gui.main.
2020-04-25 Simon FormanFinally remove all mentions of the old polytypes module.
2020-04-25 Simon FormanFixes #40358 Help output could be better.
2020-04-25 Simon FormanMinor docs update.
2020-04-25 Simon FormanFixes #40345 automate publication of docs
2020-04-25 Simon FormanDon't automodule non-existent joy.utils.polytypes module.
2020-04-25 Simon FormanMake all the docs.
2020-04-25 Simon FormanRebuilt some sphinx docs.
2020-04-25 Simon FormanFixes: #38238 rename pushback to concat.
2020-04-25 Simon FormanDepend on dulwich and future.
2020-04-24 Simon FormanSort the definitions in the library.
2020-04-24 Simon FormanRebuilt some docs. Minor edits.
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.
next