Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paramerized string parser & executor #3

Open
bew opened this issue Jul 13, 2018 · 0 comments
Open

Add paramerized string parser & executor #3

bew opened this issue Jul 13, 2018 · 0 comments

Comments

@bew
Copy link
Collaborator

bew commented Jul 13, 2018

See https://linux.die.net/man/5/terminfo, section about parameterized strings.

Example implementations:
term (rust): A Rust library for terminfo parsing and terminal colors.

terminfo (go): Terminfo for Go

  • parametizer: It uses function pointer, to decide what the next action will be.

rust-terminfo (rust): Terminfo for Rust

  • param expander: It uses a kind of iterator producing states, and switching on each state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant