aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
AgeCommit message (Expand)Author
2018-11-01parser: Reuse `SourcePosition` importTeddy Wing
2018-11-01parser: Restore `Map` structTeddy Wing
2018-11-01map_group(): Parse input full of `blank()` to `MapGroup` defaultTeddy Wing
2018-11-01parser: Parsing an empty string gives a default `MapGroup`Teddy Wing
2018-11-01parser: Propagate errors to the root parserTeddy Wing
2018-11-01parser: Change `Map` to a tuple type aliasTeddy Wing
2018-10-30parser::key_code(): Remove old commented codeTeddy Wing
2018-10-30parser::map_group(): Use default `MapGroup` as a baseTeddy Wing
2018-10-30If no 'mappings.dkmap' file is found, use default mappingsTeddy Wing
2018-10-29KeyboardKeyWithModifiers.tap(): Remove old commented codeTeddy Wing
2018-10-28MapAction::parse(): Use `error!` instead of `dkeprintln!` to log errorTeddy Wing
2018-10-28MapAction::parse(): Log error instead of unwrappingTeddy Wing
2018-10-28MapGroup: Move `parse_action()` to `MapAction`Teddy Wing
2018-10-28MapGroup::parse_action(): Accept `MapKind::Command` variant handlerTeddy Wing
2018-10-28parser: Remove old commented `Action` typeTeddy Wing
2018-10-27parser: Make `KeyboardKey` privateTeddy Wing
2018-10-27Action: Remove `Action::Command` variantTeddy Wing
2018-10-27Remove `Action` implTeddy Wing
2018-10-27Delete unused importsTeddy Wing
2018-10-18Add a `<Nop>` pseudo-keyTeddy Wing
2018-10-18parser: Add a basic test for `NXKey` parsingTeddy Wing
2018-10-18Parse `NXKey`sTeddy Wing
2018-10-18Add `NXKey` to `KeyboardKeyWithModifiers`Teddy Wing
2018-10-03Remove `action_parses_command_to_vec_of_words()` testTeddy Wing
2018-10-03parse_actions(): Parse `Action::Map` for mode mapsTeddy Wing
2018-10-03Remove old code from 52398f0c8507fdb5fe4a680bbbb841232b396ae7Teddy Wing
2018-10-03run_key_action_for_mode(): Tap keys using `KeyboardKeyWithModifiers`Teddy Wing
2018-10-03KeyboardKeyWithModifiers: Remove `Option` from `flags` fieldTeddy Wing
2018-10-03Clean up old code from 48fcb96befe65ca30bfd91f4194afb9e99258f4aTeddy Wing
2018-10-02Re-parse map `Action::String`s to `Action::Map`s (WIP)Teddy Wing
2018-10-01Revert "Add <Bslash> and <lt> escapes for action (WIP)"Teddy Wing
2018-10-01Add <Bslash> and <lt> escapes for action (WIP)Teddy Wing
2018-10-01Fill in `action_parses_map_with_simple_characters()` testTeddy Wing
2018-09-30Fill in `action_parses_map_with_multiple_modifiers()`Teddy Wing
2018-09-30action_parses_map_with_less_than_escape(): Add `>` to end of test stringTeddy Wing
2018-09-30special_key(): Handle modifier + character special keysTeddy Wing
2018-09-30Try to parse modifier keys (WIP)Teddy Wing
2018-09-30action_map(): Add backslash escapingTeddy Wing
2018-09-30Extract action normal character parsing to a functionTeddy Wing
2018-09-30Get `action_map()` parser workingTeddy Wing
2018-09-30parser: Add `key_code` and `special_key` parsersTeddy Wing
2018-09-29Start filling new action parser testsTeddy Wing
2018-09-29parser: Add some stub tests for a new `Action` parserTeddy Wing
2018-09-29parser: Correct tests to use new `Action` enum typeTeddy Wing
2018-09-29Change `parser::Action` to an enumTeddy Wing
2018-09-29Revert "Try to propagate KeyCodeConvertible from Action to everywhere"Teddy Wing
2018-09-29Try to propagate KeyCodeConvertible from Action to everywhereTeddy Wing
2018-09-28Revert "parser::map(): Try to parse Action with a dependency on MapKind"Teddy Wing
2018-09-28parser::map(): Try to parse Action with a dependency on MapKindTeddy Wing
2018-09-27parser: Make a new `Action` typeTeddy Wing