OSDN Git Service

joypy/Thun.git
2022-09-29 Simon FormanI had to model it in Python
2022-09-29 Simon FormanImprove compiling of step combinator.
2022-09-29 Simon FormanInitial outline for a talk on Joy.
2022-09-25 Simon Formancoms, swap
2022-09-25 Simon FormanComparison operations.
2022-09-25 Simon Formanbranch, dip, i, loop
2022-09-25 Simon FormanMinor cleanup.
2022-09-25 Simon FormanSimple REPL.
2022-09-24 Simon FormanMinor cleanup.
2022-09-24 Simon Formanconcat
2022-09-24 Simon Formanautoformat
2022-09-24 Simon Formanclear
2022-09-24 Simon FormanAutoformat.
2022-09-24 Simon FormanEvaluation is working.
2022-09-24 Simon FormanEval symbols...
2022-09-24 Simon FormanWorking towards interpretation.
2022-09-24 Simon FormanNice and clean.
2022-09-24 Simon FormanParser.
2022-09-24 Simon FormanOrder is preserved.
2022-09-24 Simon FormanA couple of little comments.
2022-09-24 Simon FormanParse tokens into joy_list.
2022-09-24 Simon FormanA start of parsing tokens.
2022-09-24 Simon FormanFormatting.
2022-09-24 Simon FormanI think I got the tokenizer right.
2022-09-23 Simon FormanSo that's mutual recursion in Ocaml?
2022-09-23 Simon FormanIgnoring _build.
2022-09-23 Simon FormanIgnore _build dirs.
2022-09-23 Simon Formanautoformat
2022-09-23 Simon FormanOcaml FTW!
2022-09-23 Simon FormanAt this point...
2022-09-23 Simon FormanCreate an int and add ints.
2022-09-23 Simon FormanTry using GC_register_finalizer?
2022-09-23 Simon FormanMaybe this is the right thing to do?
2022-09-23 Simon FormanWhat would a little C Joy look like?
2022-09-22 Simon FormanWait for both results together.
2022-09-22 Simon FormanCapture and fwd exceptions in subforks.
2022-09-22 Simon FormanLet's play with more cores.
2022-09-21 Simon FormanBasic system, incomplete.
2022-09-21 Simon FormanParse the tokens into a Joy expression.
2022-09-20 Simon FormanParser in GNU Prolog.
2022-09-20 Simon FormanThe whole thing is kind of a mess.
2022-09-20 Simon FormanLet simple joy be joy.
2022-09-20 Simon FormanRemove cruft.
2022-09-20 Simon FormanMinor cleanup.
2022-09-20 Simon FormanAdd trace word back in.
2022-09-20 Simon FormanFix typo in hyperlink in README.
2022-09-19 Simon FormanMinor cleanup.
2022-09-19 Simon FormanAdd a flowchart for the interpreter.
2022-09-17 Simon FormanFixed bug in appN
2022-09-17 Simon FormanRemove old docs.
2022-09-16 Simon FormanA bit more docs.
2022-09-16 Simon FormanGot back the LI for lower-cased title notebooks.
2022-09-16 Simon FormanWhence fun_with_scan and with_sympy?
2022-09-16 Simon FormanCleaning up docs.
2022-09-16 Simon FormanThe (crude) site.
2022-09-16 Simon FormanFunction Reference
2022-09-16 Simon Forman bits and pieces
2022-09-16 Simon FormanRework docs, simpler (no Sphinx.)
2022-09-16 Simon Formandelete all the extra notebook conversions
2022-09-15 Simon FormanIgnore the Nim joy binary.
2022-09-15 Simon FormanCheck for minus before converting to int.
2022-09-15 Simon FormanMinor cleanup, subtraction.
2022-09-15 Simon FormanLet simplejoy be joy.
2022-09-15 Simon FormanRemove old code.
2022-09-15 Simon FormanRead defs.txt at compile-time.
2022-09-15 Simon Formanbasis complete
2022-09-14 Simon Formandup, first, i, loop
2022-09-14 Simon Formandip and cons
2022-09-14 Simon FormanRewrite expression to use list instead of list node.
2022-09-14 Simon FormanMinor cleanup.
2022-09-14 Simon FormanReuse as_list().
2022-09-14 Simon FormanCleaning up the code.
2022-09-14 Simon FormanNimpretty reformat. Two-space indentation.
2022-09-14 Simon FormanMinor cleanup
2022-09-14 Simon FormanLet's pile Nim code into one file too, why not?
2022-09-12 Simon Formandivmod
2022-09-12 Simon Formanstep, times
2022-09-12 Simon Formandipd, dipdd, cmp
2022-09-12 Simon Formancond
2022-09-12 Simon Formanupdated defs via make
2022-09-12 Simon Formandunno what that was
2022-09-11 Simon FormanBringing over some of the "upgrades". 2
2022-09-11 Simon FormanBringing over some of the "upgrades".
2022-09-11 Simon Formanid func
2022-09-11 Simon Formanclearing out cruft
2022-09-11 Simon Formanminor cleanup
2022-09-11 Simon FormanPut definitions in the docstring.
2022-09-11 Simon FormanModel expr as stack-of-stacks, minor cleanup.
2022-09-11 Simon FormanDon't bother to return the expression.
2022-09-11 Simon FormanCleaner iteration of expression.
2022-09-11 Simon Formanover
2022-09-11 Simon FormanNo point in a separate _parse() function.
2022-09-11 Simon FormanSimpler tokenizer.
2022-09-09 Simon FormanA bit more docs.
2022-09-09 Simon FormanMove ParseError to parser section; add a few type guards.
2022-09-08 Simon FormanMinor cleanup.
2022-09-08 Simon FormanExpression objects.
2022-09-08 Simon Formanblacken
2022-09-08 Simon Formanmove stack code up under interp & minor edits
2022-09-08 Simon Formanmake type checks into Joy functions
next