To run individual files for development: Example lexer.cpp Recompile the code before running it g++ lexer.cpp -o lexer.exe Then run the updated executable ./lexer.exe