OSDN Git Service

Give it it's own CSS file.
[joypy/Thun.git] / implementations / C /
2023-09-18 sformanChange definition of uncons.
2023-08-31 sformanRebuilt C.
2023-08-21 sformanRebuilt C interpreter.
2023-08-02 sforman_isnt_bool _isnt_two_bools
2023-07-26 sformanminor edits
2023-07-24 sformanCompile on Ubuntu.
2023-02-21 Simon FormanAllocate a buffer just large enough.
2023-02-21 Simon FormanBreak up completion into simple and prefixed cases.
2023-02-20 Simon FormanHandle completion of symbols with a prefix...
2023-02-20 Simon FormanLinenoise with rax.
2023-02-20 Simon FormanLet's use rax to generate tab completions?
2023-02-20 Simon FormanLine editing with linenoise.
2023-02-20 Simon FormanMove and rename push_thing_onto_expression().
2023-02-20 Simon FormanMinor cleanup.
2023-02-20 Simon Formantypedef FTW
2023-02-20 Simon FormanWrap it?
2023-02-20 Simon FormanI figured out how to spell it.
2023-02-20 Simon FormanA little macro.
2023-02-20 Simon FormanLet's use the idiomatic functions, eh?
2023-02-20 Simon FormanHow would you compile this?
2023-02-17 Simon Formanvlist.c
2023-02-16 Simon FormanUsed "Artistic Style" (astyle) to check formatting.
2023-02-15 Simon FormanEmit error messages on stderr.
2023-02-14 Simon Formanlshift and rshift for C.
2023-02-14 Simon Formanor instead of ||, and instead of &&
2023-02-14 Simon FormanBring error message inline with other implementations.
2023-02-14 Simon FormanRegularize defs.txt.
2023-02-14 Simon Formanregularize defs.txt; new andies.
2023-02-14 Simon FormanNote to self...
2023-02-14 Simon FormanUnify the various defs.txt files...
2023-02-13 Simon FormanMake Python and C interpreters conform.
2023-02-13 Simon Formanfdiv
2023-02-13 Simon FormanBring behaviour inline with joytest.
2023-02-12 Simon FormanQuiet mode for C.
2023-02-10 Simon FormanBuild manifest for sr.ht.
2023-02-10 Simon Formanminor cleanup
2023-02-09 Simon Formannull, small
2023-02-09 Simon Formanand, or (Boolean ops). simpler
2023-02-09 Simon Formandivmod, xor
2023-02-09 Simon FormanAllow for redefinition of user defs.
2023-02-09 Simon FormanUser definitions with the inscribe command.
2023-02-08 Simon Formanunstack
2023-02-08 Simon FormanHandle definitions with non-alphanumeric chars in their...
2023-02-08 Simon FormanOh, LDFLAGS, right...
2023-02-08 Simon FormanInitializers for Boolean values.
2023-02-08 Simon FormanMinor cleanup.
2023-02-08 Simon FormanAliases can be put in KEYWORDS.in
2023-02-08 Simon Formandispatch
2023-02-06 Simon FormanTrack KEYWORDS.txt after all.
2023-02-06 Simon Formaneq, neq, gt, ge, lt, le
2023-02-06 Simon FormanA bunch of definitions.
2023-02-06 Simon FormanUse setjmp/longjmp to recover after errors.
2023-02-06 Simon FormanClean KEYWORDS.txt too.
2023-02-06 Simon Formanpop_list <=> pop_list_node
2023-02-06 Simon Formanminor cleanup
2023-02-06 Simon Formanloop
2023-02-06 Simon Formanfirst, rest
2023-02-05 Simon FormanA README file.
2023-02-05 Simon Formanminor cleanup
2023-02-05 Simon FormanAuto-generate defintions from defs.txt
2023-02-05 Simon FormanGenerate definitions.h; swons
2023-02-05 Simon FormanPut defs into a generated file.
2023-02-05 Simon Formanpush_quote_onto_expression
2023-02-05 Simon Formanconcat
2023-02-05 Simon Formanswap
2023-02-05 Simon Formanforgot to save
2023-02-05 Simon FormanNo clear def.
2023-02-05 Simon FormanRemove def of clear.
2023-02-05 Simon Formanstack
2023-02-05 Simon Formanswaack
2023-02-05 Simon Formanpop
2023-02-05 Simon Formancons
2023-02-05 Simon Formandip
2023-02-05 Simon Formanminor cleanup
2023-02-05 Simon Formandup
2023-02-05 Simon Formanminor cleanup
2023-02-05 Simon Formantruthy
2023-02-05 Simon FormanDefinitions.
2023-02-05 Simon FormanA first attempt at definitions.
2023-02-05 Simon FormanAlmost truthy...
2023-02-05 Simon Formandiv and mod
2023-02-05 Simon Formanclear
2023-02-05 Simon Formanbranch combinator.
2023-02-05 Simon Formani combinator.
2023-02-05 Simon FormanDepend on joy.h.
2023-02-05 Simon FormanMinor cleanup, print_stack.
2023-02-04 Simon FormanMinor cleanup.
2023-02-04 Simon FormanExpression is a list-of-lists now.
2023-02-04 Simon FormanCmp, comes with GMP.
2023-02-04 Simon FormanBoolean singleton values.
2023-02-04 Simon FormanBoolean singleton values.
2023-02-04 Simon FormanNode head is pointer now.
2023-02-04 Simon FormanJoyListPtr too
2023-02-04 Simon FormanUse JoyListPtr.
2023-02-04 Simon Formansub and mul through judicious (I hope) use of macros.
2023-02-03 Simon Formanpop_any(), pop_int(), and add
2023-02-03 Simon FormanInterpret symbols.
2023-02-03 Simon FormanYet more minor cleanup.
2023-02-03 Simon FormanMore minor cleanup.
2023-02-03 Simon FormanMinor cleanup.
next