OSDN Git Service

A start on simple functions.
[joypy/Thun.git] / implementations /
2023-08-04 sformanA start on simple functions.
2023-08-04 sformanParser emits errors; joy
2023-08-04 sformanjoy-expression-to-string
2023-08-04 sformantext-to-expression
2023-08-04 sformanIt's Joy.
2023-08-04 sformanParser.
2023-08-03 sformanScheme, eh?
2023-08-03 sformanSWIProlog can't not emit '.'.
2023-08-03 sformanThread the dict through the interaction loop.
2023-08-03 sformanChecked old defs.
2023-08-02 sforman_isnt_bool _isnt_two_bools
2023-07-31 sformanminor edits
2023-07-31 sformanElm README.
2023-07-30 sformanSort out the and/or/... ops.
2023-07-30 sformanCrude type checking.
2023-07-30 sformanName Boolean ops.
2023-07-30 sformanError type (not just a string.)
2023-07-30 sformantype alias JoyFunction
2023-07-30 sformanFormat.
2023-07-30 sformaninscribe, definitions.
2023-07-30 sformanInitialize dict with defs.
2023-07-29 sformanLook up words in the dictionary.
2023-07-29 sformanThread the dictionary through the call stack.
2023-07-29 sformanEmpty string is not an unknown word.
2023-07-29 sformanGotta keep a Dict around.
2023-07-29 sformanLogical ops.
2023-07-29 sformanLeft- and Right-shift.
2023-07-29 sformanComparison ops.
2023-07-29 sformanloop
2023-07-29 sformanbranch
2023-07-29 sformandip
2023-07-29 sformani
2023-07-29 sformantruthy
2023-07-29 sformanswap
2023-07-29 sformanstack, swaack
2023-07-29 sformanpop
2023-07-29 sformanfirst, rest
2023-07-29 sformandup
2023-07-29 sformancons
2023-07-29 sformanclear, concat
2023-07-29 sformanMinor cleanup.
2023-07-29 sformanType alias JList
2023-07-29 sformanRefactor pop_int.
2023-07-29 sformanBinary Math Ops
2023-07-29 sformanI don't think andThen helps here?
2023-07-29 sformanI can add integers!
2023-07-29 sformanParsing working.
2023-07-28 sformanA start on Joy types.
2023-07-28 sformanIn Elm.
2023-07-27 sformanUse Python as SHELL in Makefile.
2023-07-27 sformanminor cleanup
2023-07-27 sformanRename joy_to_ast to parser.
2023-07-26 sformanthe BinInt zero vanished?
2023-07-26 sformanWorking on README, put defs in joy.py
2023-07-26 sformanminor edits
2023-07-25 sformanMinor edits.
2023-07-25 sformanMessing around with GNU Prolog.
2023-07-24 sformanCompile on Ubuntu.
2023-07-24 sformanMake it compatible with Xerblin.
2023-07-24 sformanMinor edits.
2023-03-22 Simon FormanMinor cleanup.
2023-03-22 Simon Formani combinator.
2023-03-22 Simon Formanconcat
2023-03-21 Simon Formancons
2023-03-21 Simon Formanminor cleanup
2023-03-21 Simon Formanfirst
2023-03-21 Simon Formanrest
2023-03-21 Simon Formanrest CANNOT_TAKE_REST_OF_EMPTY_LIST
2023-03-20 Simon Formanswap
2023-03-18 Simon FormanCheck for error after cons'ing term.
2023-03-18 Simon Formanpop_any()
2023-03-18 Simon Formandup
2023-03-18 Simon Formanstack function.
2023-03-18 Simon Formanpop()
2023-03-18 Simon FormanMove pop_list().
2023-03-18 Simon FormanNo reason to pass expression to function.
2023-03-18 Simon Formanpop_list()
2023-03-18 Simon FormanSwaack and error macro.
2023-03-18 Simon FormanUse clear, set up for swaack.
2023-03-17 Simon FormanClear.
2023-03-10 Simon FormanDid i not commit this?
2023-03-06 Simon FormanA start on the joy() interpeter.
2023-03-06 Simon FormanMinor cleanup.
2023-03-06 Simon FormanCatch unbalanced brackets.
2023-03-06 Simon FormanMinor cleanup.
2023-03-06 Simon FormanOnly allocate strings once.
2023-03-06 Simon FormanCombine tokenizer and parser.
2023-03-05 Simon FormanThread error handling through tokenizer.
2023-03-05 Simon FormanIt turns out the error machinery was working...
2023-03-05 Simon FormanFold parser code into joy_types.c
2023-03-05 Simon FormanIt seems to be working.
2023-03-05 Simon Formantokenate() and reverse_list_in_place()
2023-03-04 Simon FormanUse symbols for tokens for brackets.
2023-03-04 Simon FormanAlmost working parser.
2023-03-04 Simon FormanMinor cleanup.
2023-03-04 Simon FormanJoy parser in NCC.
2023-03-04 Simon FormanA start on error handling.
2023-03-03 Simon FormanDouble hashing w/ extra bits of hash.
2023-03-03 Simon FormanA start on a hash table for symbols.
2023-03-03 Simon FormanJoy in UVM NCC code.
next