command\_parser

September 16, 2023 ยท View on GitHub

Example of a parser written in rust. It uses the pest-parser to deal with vim like keybindings and demonstrates the results in crossterm.

Purpose of this project

Since the project hexdino requires a more sophisticated logic than just some simple keybindings, this project should be a good base to simplify the code. It should be a nice playground.

Related Projects

  • hexdino
  • pest-parser
  • crossterm_evaluation

Contents

  1. 1Purpose of this project
  2. 2Related Projects