index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
parser.rs
Age
Commit message (
Expand
)
Author
2018-11-22
Add license
Teddy Wing
2018-11-05
map_group(): Fix error when mappings start with comment or whitespace
Teddy Wing
2018-11-05
parser: Add tests for initial whitespace and comments in mappings file
Teddy Wing
2018-11-03
parser: Add tests for error message
Teddy Wing
2018-11-03
parser: Remove debug print statement
Teddy Wing
2018-11-03
map_group_shows_error_in_middle_of_line: Add unexpected token assertion
Teddy Wing
2018-11-03
parser::definitions(): Move `try()` calls to map_kind parsers
Teddy Wing
2018-11-03
map_group_shows_error_in_middle_of_line: Fix column number
Teddy Wing
2018-11-03
map_group_shows_error_in_middle_of_line: Remove errors vec
Teddy Wing
2018-11-03
parser::mode(): Add a descriptive error message for missing closing `}`
Teddy Wing
2018-11-03
parser: Remove unnecessary `expected` definition in test
Teddy Wing
2018-11-03
parser::mode(): Remove comment about verifying '}'
Teddy Wing
2018-11-03
parser: Add a failing test for parse errors in the middle of lines
Teddy Wing
2018-11-03
parser: Remove `map_kind()` parser
Teddy Wing
2018-11-03
parser: Remove `MapAction::parse()` etc. code from second parser pass
Teddy Wing
2018-11-03
parser: Parse `Action::Map`s at the same time as everything else
Teddy Wing
2018-11-02
MapAction::parse(): Try to return a `Result` (WIP)
Teddy Wing
2018-11-01
parser::map_group(): Always parse to end of input
Teddy Wing
2018-11-01
parser: Reuse `SourcePosition` import
Teddy Wing
2018-11-01
parser: Restore `Map` struct
Teddy Wing
2018-11-01
map_group(): Parse input full of `blank()` to `MapGroup` default
Teddy Wing
2018-11-01
parser: Parsing an empty string gives a default `MapGroup`
Teddy Wing
2018-11-01
parser: Propagate errors to the root parser
Teddy Wing
2018-11-01
parser: Change `Map` to a tuple type alias
Teddy Wing
2018-10-30
parser::key_code(): Remove old commented code
Teddy Wing
2018-10-30
parser::map_group(): Use default `MapGroup` as a base
Teddy Wing
2018-10-30
If no 'mappings.dkmap' file is found, use default mappings
Teddy Wing
2018-10-29
KeyboardKeyWithModifiers.tap(): Remove old commented code
Teddy Wing
2018-10-28
MapAction::parse(): Use `error!` instead of `dkeprintln!` to log error
Teddy Wing
2018-10-28
MapAction::parse(): Log error instead of unwrapping
Teddy Wing
2018-10-28
MapGroup: Move `parse_action()` to `MapAction`
Teddy Wing
2018-10-28
MapGroup::parse_action(): Accept `MapKind::Command` variant handler
Teddy Wing
2018-10-28
parser: Remove old commented `Action` type
Teddy Wing
2018-10-27
parser: Make `KeyboardKey` private
Teddy Wing
2018-10-27
Action: Remove `Action::Command` variant
Teddy Wing
2018-10-27
Remove `Action` impl
Teddy Wing
2018-10-27
Delete unused imports
Teddy Wing
2018-10-18
Add a `<Nop>` pseudo-key
Teddy Wing
2018-10-18
parser: Add a basic test for `NXKey` parsing
Teddy Wing
2018-10-18
Parse `NXKey`s
Teddy Wing
2018-10-18
Add `NXKey` to `KeyboardKeyWithModifiers`
Teddy Wing
2018-10-03
Remove `action_parses_command_to_vec_of_words()` test
Teddy Wing
2018-10-03
parse_actions(): Parse `Action::Map` for mode maps
Teddy Wing
2018-10-03
Remove old code from 52398f0c8507fdb5fe4a680bbbb841232b396ae7
Teddy Wing
2018-10-03
run_key_action_for_mode(): Tap keys using `KeyboardKeyWithModifiers`
Teddy Wing
2018-10-03
KeyboardKeyWithModifiers: Remove `Option` from `flags` field
Teddy Wing
2018-10-03
Clean up old code from 48fcb96befe65ca30bfd91f4194afb9e99258f4a
Teddy Wing
2018-10-02
Re-parse map `Action::String`s to `Action::Map`s (WIP)
Teddy Wing
2018-10-01
Revert "Add <Bslash> and <lt> escapes for action (WIP)"
Teddy Wing
2018-10-01
Add <Bslash> and <lt> escapes for action (WIP)
Teddy Wing
[next]