Our extension to the First Year C Project at Imperial. 'Vimm' is a vim-like text editor with auto-complete functionality for the C programming language.
Coming soon
git clone https://github.com/jessicalally/vimm- run
make editorto compile the editor (without tests) - run
./editor (filename)to edit a file
- Control + S - Save File
- Control + C - Close Vimm
All the tests can be executed from a single command. To run all the tests run
make testTeam members: James Ball, Matthew Giles, Jessica Lally, and Andy Wang
GitHub Editor: overclockedllama
