aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* changed printing of linenumberkoekeishiya2017-12-221-2/+2
* #21 - fix minor memory leak on parse-failurekoekeishiya2017-12-191-7/+11
* #13 #7 undo fix for incorrect code generation using -0skoekeishiya2017-10-021-3/+2
* cleanup error reportingkoekeishiya2017-10-011-20/+17
* #10 fn flag is set implicitly by some key-literalskoekeishiya2017-10-011-15/+8
* #7 fuck off compiler, how can you fail at this conversion..koekeishiya2017-10-011-2/+3
* code stylekoekeishiya2017-09-231-26/+26
* #8 add fn modifierkoekeishiya2017-09-201-1/+1
* #6 add hyper keywordkoekeishiya2017-09-121-0/+1
* code cleanupkoekeishiya2017-09-121-5/+2
* typokoekeishiya2017-08-281-1/+1
* fix debug build and shut up compilerkoekeishiya2017-08-281-1/+6
* #2 get rid of strncmpkoekeishiya2017-08-241-8/+2
* #2 change how we lookup literalskoekeishiya2017-08-241-2/+2
* #2 change how we lookup literalskoekeishiya2017-08-241-18/+52
* #2 print keycode as hexadecimalkoekeishiya2017-08-241-2/+2
* #2 don't segfault upon parse-errorkoekeishiya2017-08-241-1/+1
* linked list -> hashmap; optimizationskoekeishiya2017-08-081-12/+8
* properly cancel parsing upon errorkoekeishiya2017-08-071-0/+3
* v0.0.1koekeishiya2017-08-071-0/+270