aboutsummaryrefslogtreecommitdiff
path: root/5.18.c
Commit message (Collapse)AuthorAgeFilesLines
* 5.18: improved k&r dcl programmesinanmohd2023-04-081-0/+157
1) skip code comments (// and /**/) 2) skip empty lines 3) don't skip available token if error occurres the programme wont skip new line char anymore by overwrite it, this can cause it to get stuck at line 67 with a call to gettoken() --> getch() and mixing the current line with the next declaration(line)