Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 217 Bytes

File metadata and controls

15 lines (10 loc) · 217 Bytes

To run individual files for development:

Example lexer.cpp

  1. Recompile the code before running it
g++ lexer.cpp -o lexer.exe
  1. Then run the updated executable
./lexer.exe