OSDN Git Service

Working on README, put defs in joy.py
[joypy/Thun.git] / implementations / C / keywords.c
2023-02-20 Simon FormanHow would you compile this?
2023-02-14 Simon Formanlshift and rshift for C.
2023-02-14 Simon Formanor instead of ||, and instead of &&
2023-02-14 Simon Formanregularize defs.txt; new andies.
2023-02-13 Simon Formanfdiv
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 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 FormanAliases can be put in KEYWORDS.in
2023-02-06 Simon Formaneq, neq, gt, ge, lt, le
2023-02-06 Simon FormanA bunch of definitions.
2023-02-06 Simon Formanloop
2023-02-06 Simon Formanfirst, rest
2023-02-05 Simon FormanAuto-generate defintions from defs.txt
2023-02-05 Simon FormanGenerate definitions.h; swons
2023-02-05 Simon Formanconcat
2023-02-05 Simon Formanswap
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 Formandup
2023-02-05 Simon FormanDefinitions.
2023-02-05 Simon Formandiv and mod
2023-02-05 Simon Formani combinator.
2023-02-04 Simon FormanExpression is a list-of-lists now.
2023-02-03 Simon FormanMinor cleanup.
2023-02-03 Simon FormanCan haz function pointers in my worldist.
2023-02-03 Simon FormanUse gperf to save memory.
2023-02-03 Simon FormanGperf.