OSDN Git Service

joypy/Thun.git
2023-02-02 Simon FormanMinor cleanup.
2023-02-02 Simon FormanTrue and False values.
2023-02-02 Simon FormanCopyright, etc.
2023-02-02 Simon FormanFix bug with no trailing spaces.
2023-02-02 Simon FormanI was post-incrementing when I should have been pre...
2023-02-02 Simon FormanSimple terms work. Problem is with sub-lists.
2023-02-02 Simon FormanParsing isn't this hard?
2023-02-02 Simon FormanUm, don't do that.
2023-02-02 Simon FormanMinor cleanup.
2023-02-02 Simon FormanRemove separate parser code.
2023-02-02 Simon FormanPrint true, false, and lists.
2023-02-02 Simon FormanPrint ints.
2023-02-02 Simon FormanPrint list.
2023-02-02 Simon FormanText to expr coming along.
2023-02-02 Simon FormanNeed to be able to store a string.
2023-02-02 Simon FormanMinor cleanup.
2023-02-02 Simon FormanMinor cleanup.
2023-02-02 Simon FormanHandle stretches of blanks.
2023-02-02 Simon FormanNice skeleton of parser.
2023-02-02 Simon FormanAlmost there on parsing.
2023-02-02 Simon Formantrim_leading_blanks
2023-02-02 Simon FormanLet's parse.
2023-02-01 Simon FormanDon't version the binary.
2023-02-01 Simon FormanI think I'm doing this right?
2023-02-01 Simon Formanminor style glitch
2023-02-01 Simon FormanMinor cleanup.
2023-02-01 Simon FormanSome notebooks.
2023-02-01 Simon FormanMessing around with C.
2022-10-18 Simon FormanReadline support would be nice.
2022-10-16 Simon FormanThis and that.
2022-10-15 Simon FormanCleanup and refactoring.
2022-10-15 Simon FormanThat seems to work: addition and subtraction.
2022-10-15 Simon FormanMostly done with addition and subtraction.
2022-10-15 Simon FormanNot quite as smooth as I'd hoped.
2022-10-15 Simon FormanSubtraction seems to work now.
2022-10-14 Simon FormanProgress.
2022-10-11 Simon FormanAdding like-sign bigints in Joy.
2022-10-11 Simon FormanMisc stuff.
2022-10-11 Simon FormanMinor cleanup.
2022-10-11 Simon FormanAdd two lists of digits.
2022-10-11 Simon FormanI think I got it.
2022-10-11 Simon FormanDang it...
2022-10-07 Simon FormanMinor cleanup.
2022-10-06 Simon FormanJust for me...
2022-10-06 Simon FormanBisect for the win!
2022-10-06 Simon Formanfind_greatest()
2022-10-06 Simon FormanFinish lil_divmod.
2022-10-05 Simon FormanOne more lil bug squash.
2022-10-05 Simon FormanDiv Mod of same sign ints.
2022-10-05 Simon FormanFlush out and squash some bugs.
2022-10-05 Simon FormanI think I figured something out...
2022-10-05 Simon FormanKinda sorta not really working,
2022-10-05 Simon FormanAlmost got it...
2022-10-05 Simon FormanDivmod, yeah?
2022-10-05 Simon FormanMinor cleanup.
2022-10-05 Simon FormanCopyright and executable bit
2022-10-05 Simon FormanMinor cleanup.
2022-10-05 Simon FormanMinor cleanup; multiplication.
2022-10-04 Simon Formantest_Subtraction_large_from_small
2022-10-04 Simon FormanI guess subtraction works!?
2022-10-04 Simon FormanAdding two negative numbers.
2022-10-04 Simon FormanThat was easy! Add BigInts of the same sign.
2022-10-04 Simon FormanRed... (Green, Refactor)
2022-10-04 Simon FormanNot using ctypes; test_twice_min
2022-10-04 Simon FormanMinor cleanup.
2022-10-04 Simon FormanFix import.
2022-10-04 Simon FormanBitInt start; unittest.
2022-10-04 Simon FormanThat was easy...
2022-10-04 Simon FormanSwitch to double-underscore method names.
2022-10-04 Simon FormanSubtraction.
2022-10-04 Simon FormanBigInts in terms of Oberon Ints
2022-09-29 Simon FormanMinor cleanup.
2022-09-29 Simon FormanMinor cleanup.
2022-09-29 Simon FormanApparently this is redundant.
2022-09-29 Simon FormanClear out old docs; update defs.txt.
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?
next