Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 601 Bytes

ByteCode

A text editor in c.

How to execute

  1. Fork the project.
  2. Type make and execute.
  3. It generate all the executables.
  4. Type make clean for recompiling.
  5. To run the executable ./bytecode

Follow the steps

  1. type ./bytecode -c filename for creating new file.

  2. type ./bytecode filename to modify existing file.

Editor options

  1. i: insert contents, to exit from writing , press esc key then enter.
  2. wq: save and exit
  3. q: exit without saving
  4. u: undo
  5. yc: copy current line
  6. yp: paste the copied line at the current curson position