Commit Graph

19 Commits

Author SHA1 Message Date
Daniel Martí
50ac367626 fix ineffective breaks, remove unused parameters (#210)
While at it, simplify a few pieces of code.
2019-08-12 14:52:27 +03:00
Gokcehan
6982ffe4cf allow double backslash escape without quotes
Related #142
2019-08-05 22:28:55 +03:00
Gokcehan
9d14888ba2 add missing arguments to test cases 2018-04-12 21:29:54 +03:00
Gokcehan
5c4b21406b move scan and parse tests to eval 2017-09-17 15:05:29 +03:00
Gokcehan
422cd6b459 change default file separator to newline
Mentioned in #47.
2017-09-07 23:01:57 +03:00
Gokcehan
784d80ca30 implement octal escapes in double quotes
Mentioned in #47.
2017-03-16 00:13:26 +03:00
Gokcehan
3fd1222e4f implement cmap for command line mapping 2017-03-10 18:53:21 +03:00
Gokcehan
397d4102e6 implement double quotes with escape characters
Mentioned in #60.
2017-02-11 14:42:47 +03:00
Gokcehan
c55c4bf254 rename showinfo option to info
Related to #39.
2017-02-04 21:33:36 +03:00
Gokcehan
a717c31ca1 cleanup 2016-12-18 21:34:41 +03:00
Gokcehan
e532db082f use lowercase initials for type names 2016-12-18 00:47:37 +03:00
Gokcehan
bfd33f8437 add whitespace escaping for backslash 2016-11-22 22:12:47 +03:00
Gokcehan
87434d3fe6 add quoting for single quote 2016-11-22 21:31:20 +03:00
Gokcehan
4e1f1601fe add unicode command test 2016-11-18 22:45:49 +03:00
Gokcehan
5470783f99 remove error handling in scanner 2016-10-15 22:59:31 +03:00
Gokcehan
a3965ca1d9 handle keys of push command while scanning 2016-10-15 21:46:31 +03:00
Gokcehan
cecd3f9904 parse list expressions without extra semicolon 2016-10-15 15:56:53 +03:00
Gokcehan
27135faccd add a push command to simulate key pushes 2016-09-18 19:21:24 +03:00
Gokcehan
37a7eda095 add missing files 2016-09-12 19:19:47 +03:00