OSDN Git Service

Change definition of uncons.
[joypy/Thun.git] / implementations / uvm-ncc /
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.
2023-03-03 Simon FormanA bunch of stuff.
2023-02-28 Simon FormanMinor cleanup.
2023-02-28 Simon FormanUse defines to abstract font choice.
2023-02-28 Simon FormanA different font.
2023-02-28 Simon FormanWu-ish lines.
2023-02-28 Simon FormanMostly working Wu-ish algorithm.
2023-02-27 Simon FormanMinor cleanup.
2023-02-27 Simon FormanCicada bg, needs work.
2023-02-27 Simon FormanI clearly don't know what I'm doing.
2023-02-27 Simon FormanIs this fun? Kinda.
2023-02-27 Simon FormanHorizontal proto-Wu.
2023-02-27 Simon FormanHorz/vert lines and boxes.
2023-02-27 Simon FormanAw, exit() doesn't work?
2023-02-27 Simon FormanBut KEY_BACKSPACE doesn't seem to fire?
2023-02-27 Simon FormanHa ha! The escape-to-quit behavior...
2023-02-27 Simon FormanAdd if..else ladder for keys.
2023-02-27 Simon FormanEscape key exits program.
2023-02-27 Simon Formanminor edits
2023-02-26 Simon FormanDraw chars when you click.
2023-02-26 Simon FormanA sort of blit.
2023-02-26 Simon FormanDepend on graphics.h.
2023-02-26 Simon FormanMove draw_background to own file graphics.h.
2023-02-26 Simon FormanSwitch font size to 22.
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 FormanLet's use uvm.