aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
AgeCommit message (Expand)Author
2018-09-24run_key_action_for_mode(): Keep track of `in_mode` in `state`Teddy Wing
2018-09-01parser: Make `Trigger` private againTeddy Wing
2018-09-01KeyActionResult: Make a pseudo-builder for the struct (WIP)Teddy Wing
2018-08-26Link library with a test C programTeddy Wing
2018-08-25Configure for importing from C/FFITeddy Wing
2018-08-23cocoa_bridge: Continue outline of Objective C callableTeddy Wing
2018-08-22Add `MapGroup::parse()`; Start Cocoa functionTeddy Wing
2018-08-22Move all code in `lib.rs` to `parser.rs`Teddy Wing