Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial calyx-pass * Update calyx-pass * Update README.md * Add image to README * Implement custom scroll buffer * Update formatting * Update formatting (take 2) * Make clippy happy * Make clippy happy (take 2) * Make clippy happy (take 3) * Better error message for when calyx executable isn't found * Fix pass application errors Calyx IR is not deserializable so I worked around that * Add pass disabling for breakpoints * Improve documentation * Add version flag and improve errors * Fix calyx executable search bug * Delete unnecessary files * Improve TUI and code Implemented changes from Rachit's review: - Use a separate terminal library to handle most of the stuff for me so I don't have to worry about cross platform issues (I used `crossterm`) - Updated scrollback buffer to respond to terminal resizes - Other fixes and improvements * Update version number * Update documentation * Fix undo bug * Remove unnecessary clone * Implement some Rachit changes * Fix build
- Loading branch information