-
Worked on implementing a code which converts and modify unindented C code to ASCII standard format C code using LEX , YACC & C.
-
Written our own working grammar for parsing the entire C code.
-
Added a feature which will convert one line declaration of variables to multiline declaration with indentation.