OSDN Git Service

Name Boolean ops.
[joypy/Thun.git] / implementations / Python /
2023-07-30 sformanName Boolean ops.
2023-07-28 sformanIn Elm.
2023-07-27 sformanUse Python as SHELL in Makefile.
2023-07-27 sformanminor cleanup
2023-07-26 sformanWorking on README, put defs in joy.py
2023-07-26 sformanminor edits
2023-07-24 sformanMake it compatible with Xerblin.
2023-02-15 Simon FormanA start on styling notebooks.
2023-02-15 Simon FormanMinor updates to README file.
2023-02-15 Simon FormanEmit errors on stderr.
2023-02-15 Simon FormanConform Python error messages.
2023-02-14 Simon FormanHack to deal with trailing underscores.
2023-02-14 Simon FormanAliases for builtins in Python Joy.
2023-02-14 Simon FormanLoad embedded defs.txt, remove ≡ stuff.
2023-02-14 Simon FormanSplice defs.txt into joy.py to make "joy" script.
2023-02-14 Simon FormanMove all the bigints code into own dir.
2023-02-13 Simon FormanConform!
2023-02-13 Simon FormanMake Python and C interpreters conform.
2022-10-18 Simon FormanReadline support would be nice.
2022-10-15 Simon FormanNot quite as smooth as I'd hoped.
2022-10-15 Simon FormanSubtraction seems to work now.
2022-10-11 Simon FormanMisc stuff.
2022-10-11 Simon FormanDang it...
2022-09-29 Simon FormanI had to model it in Python
2022-09-25 Simon Formanbranch, dip, i, loop
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-20 Simon FormanLet simple joy be joy.
2022-09-20 Simon FormanRemove cruft.
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-17 Simon FormanFixed bug in appN
2022-09-14 Simon FormanMinor cleanup
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-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
2022-09-08 Simon Formanmove type checks and exceptions to bottom
2022-09-08 Simon Formanminor cleanup
2022-09-08 Simon FormanRemove debug session.
2022-09-08 Simon FormanThat doesn't go there.
2022-09-08 Simon FormanMinor cleanup.
2022-09-08 Simon Formanhalt and quit
2022-09-08 Simon FormanPasses (updated) tests.
2022-09-08 Simon FormanHarden up the types.
2022-09-08 Simon FormanQuiet mode for testing. Misc cleanup.
2022-09-07 Simon FormanJust put ≡ inline.
2022-09-07 Simon FormanBlacken the code.
2022-09-07 Simon FormanType-guard the ops.
2022-09-07 Simon FormanWords and Help; use ≡ for definitions.
2022-09-07 Simon FormanIt's a script.
2022-09-07 Simon FormanMore docstrings.
2022-09-07 Simon FormanDocstrings.
2022-09-07 Simon FormanPylint is kind useless on this one.
2022-09-07 Simon FormanBoolean literals.
2022-09-07 Simon FormanDocs (and strip trailing blanks.)
2022-09-07 Simon FormanBlacken the code (simplejoy.py)
2022-09-07 Simon FormanMisc cruft.
2022-09-07 Simon FormanSimple Joy
2022-08-16 Simon FormanRebuild HTML docs.
2022-08-15 Simon FormanMinor edits.
2022-04-05 Simon FormanTwo wrappers
2022-04-04 Simon FormanStart a per-project README for Python.
2022-04-04 Simon FormanExpression?
2022-03-25 Simon FormanMake divmod work like the docs say it does.
2022-03-24 Simon FormanMost of the C's.
2022-03-23 Simon FormanMinor cleanup.
2022-03-22 Simon FormanRemove parse, no strings in base library.
2022-03-10 Simon FormanBump version to tickle PyPI.
2022-03-09 Simon FormanExport JOY_BOOL_LITERALS
2022-03-09 Simon Formanlong_description_content_type
2022-03-09 Simon FormanBump version to 0.5.0
2022-03-02 Simon FormanSnippets support.
2022-03-01 Simon FormanLet's try out the "snippets" idea.
2022-02-19 Simon FormanSphinx confused by `•`.
2022-01-25 Simon FormanMove Python impl to impls dir.