diff options
author | Joe Wilm <joe@jwilm.com> | 2016-09-16 20:34:39 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-09-16 20:34:39 -0700 |
commit | 930f8cc30a5bc4943c1b56e18cf1a3f8bb00bc2a (patch) | |
tree | 5a6419f22b7ec9f951c6629330f7a83f99db8a73 /codegen/src | |
parent | 5505121f6e67d1f39ff4d3aaea739b73e1a17345 (diff) | |
download | r-alacritty-vte-930f8cc30a5bc4943c1b56e18cf1a3f8bb00bc2a.tar.gz r-alacritty-vte-930f8cc30a5bc4943c1b56e18cf1a3f8bb00bc2a.tar.bz2 r-alacritty-vte-930f8cc30a5bc4943c1b56e18cf1a3f8bb00bc2a.zip |
Implement first version of parser
Includes an example `parselog` which prints all of the actions a Parser
implementation is given the opportunity to handle. One way to test this
is to pipe vim into it:
vim | target/release/examples/parselog
And type `:q` to quit. Vim won't show up, but it still accepts input.
This version of the parser doesn't handle UTF-8. It's implemented as
described by http://vt100.net/emu/dec_ansi_parser which did not include
UTF-8 support.
Next steps are adding UTF-8 support.
Diffstat (limited to 'codegen/src')
0 files changed, 0 insertions, 0 deletions