OSDN Git Service

joypy/Thun.git
2023-02-26 Simon FormanMinor cleanup.
2023-02-26 Simon FormanTry changing the font size.
2023-02-26 Simon FormanDisplay font in anti-aliased glory!
2023-02-26 Simon FormanAlpha blend font FTW!
2023-02-26 Simon FormanOkay, alright, skipping blank pixels.
2023-02-26 Simon FormanWe have a character on the screen!
2023-02-26 Simon FormanA start on draw_char().
2023-02-26 Simon FormanRename anim_callback to draw_background
2023-02-26 Simon Formani can haz font data
2023-02-26 Simon FormanThis compiles.
2023-02-26 Simon FormanI think I got it.
2023-02-26 Simon FormanAdding a function and it still compiles.
2023-02-26 Simon FormanThis compiles and runs, include font.h but don't call...
2023-02-26 Simon FormanSo far...
2023-02-26 Simon FormanDrawing pixel per mouse move is slow at 1280x800.
2023-02-26 Simon FormanRepair damage during mouse move.
2023-02-26 Simon FormanIgnore tryrax binary.
2023-02-26 Simon FormanLet's use uvm.
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-19 Simon FormanSWIProlog vlist
2023-02-17 Simon Formaneval_joy_ast
2023-02-17 Simon FormanA simple Joy-to-AST program.
2023-02-17 Simon Formanvlist.c
2023-02-17 Simon FormanMinor cleanup.
2023-02-16 Simon FormanMinor cleanup.
2023-02-16 Simon FormanMinor cleanup.
2023-02-16 Simon Formanpick and length
2023-02-16 Simon FormanMinor cleanup. This is pretty nice.
2023-02-16 Simon FormanDouble list size each time; neat demo.
2023-02-16 Simon FormanSet correct last_used when creating new vlist.
2023-02-16 Simon Forman() is the null pointer
2023-02-16 Simon FormanA start on VList.
2023-02-16 Simon FormanUsed "Artistic Style" (astyle) to check formatting.
2023-02-15 Simon FormanA start on styling notebooks.
2023-02-15 Simon FormanMinor updates to README file.
2023-02-15 Simon FormanLogical Boolean ops in bigints.joy.
2023-02-15 Simon Formaninscribe command for Nim.
2023-02-15 Simon FormanEmit errors on stderr.
2023-02-15 Simon FormanEmit error messages on stderr.
2023-02-15 Simon FormanEmit error messages on stderr.
2023-02-15 Simon FormanConform Python error messages.
2023-02-14 Simon FormanNo negative shift values.
2023-02-14 Simon Formanlshift and rshift for Nim.
2023-02-14 Simon Formanlshift and rshift for C.
2023-02-14 Simon Formanor instead of ||, and instead of &&
2023-02-14 Simon FormanHack to deal with trailing underscores.
2023-02-14 Simon FormanBring error message inline with other implementations.
2023-02-14 Simon FormanIgnore some stuff.
2023-02-14 Simon FormanRegularize defs.txt.
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-14 Simon FormanMake /\ and \/ check that their args are Booleans.
2023-02-14 Simon FormanDon't let defs shadow builtins.
2023-02-14 Simon Formanregularize defs.txt; new andies.
2023-02-14 Simon FormanNote to self...
2023-02-14 Simon FormanMinor edits.
2023-02-14 Simon FormanUpdating the README a little.
2023-02-14 Simon FormanUnify the various defs.txt files...
2023-02-13 Simon Formaninitialization/1 FTW!
2023-02-13 Simon FormanMinor cleanup.
2023-02-13 Simon Formanminor refactor
2023-02-13 Simon FormanConform!
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-13 Simon FormanMinor cleanup.
2023-02-12 Simon FormanQuiet mode for C.
2023-02-12 Simon Formanminor cleanup
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 Formanminor cleanup
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
next