- Fork the project.
- Type make and execute.
- It generate all the executables.
- Type make clean for recompiling.
- To run the executable ./bytecode
Follow the steps
-
type ./bytecode -c filename for creating new file.
-
type ./bytecode filename to modify existing file.
- i: insert contents, to exit from writing , press esc key then enter.
- wq: save and exit
- q: exit without saving
- u: undo
- yc: copy current line
- yp: paste the copied line at the current curson position