1
Using Code::Blocks / Re: Lexer for C only?
« Last post by christo on Yesterday at 07:05:26 pm »Attaching patch
1. new lexer for C language - duplicated C++ lexer, removed c++ keywords and add more C keywords.
2. .c files uses the new lexer by default.
3. .h files uses C++ lexer if C++ files are present in the project, else uses the new C lexer
1. new lexer for C language - duplicated C++ lexer, removed c++ keywords and add more C keywords.
2. .c files uses the new lexer by default.
3. .h files uses C++ lexer if C++ files are present in the project, else uses the new C lexer
Recent Posts