CodeMirror/Witty – Error Extraction
Last week and as I mentioned in my previous blog entry I managed to compile the file that comes from the browser which contains the content of the code editor using g++ compiler ( Gnu C++compiler). In this week my task was to: – extract the syntax error and warning messages and lines numbers from the output of the compiler – Update the editor with those errors So let’s go through them one by one 🙂 extract the error and Read more


