aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor fixeskoekeishiya2018-08-301-1/+1
* first iterationkoekeishiya2018-08-301-8/+48
* gate debug information behind '--verbose' flag; add profiling support (must b...koekeishiya2018-08-051-8/+8
* Add meh keywordKyle Fuller2018-07-301-1/+1
* #44 don't spend time reporting errorskoekeishiya2018-07-201-4/+1
* #44 synthesize keypress; skhd -k "alt - h"koekeishiya2018-07-201-0/+55
* #33 add support for binding media-keyskoekeishiya2018-05-131-2/+19
* code cleanupkoekeishiya2018-05-101-1/+2
* #15 modes can now capture keypresses; code cleanupkoekeishiya2018-05-101-0/+7
* replace const sized array with dynamic array for handling modeskoekeishiya2018-05-101-4/+4
* #15 minorkoekeishiya2018-01-071-4/+1
* #15 rename functionkoekeishiya2018-01-071-1/+1
* #15 modal cleanupkoekeishiya2018-01-071-8/+8
* #15 modal support cleanupkoekeishiya2018-01-071-36/+40
* #15 fix memory leak, some error handling and merge masterkoekeishiya2018-01-061-18/+48
|\
| * changed printing of linenumberkoekeishiya2017-12-221-2/+2
| * #21 - fix minor memory leak on parse-failurekoekeishiya2017-12-191-7/+11
* | #15 modal supportkoekeishiya2017-10-071-21/+126
|/
* #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