-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Remove generated files for CxxParser - Use CxxParser as library, and remove (generated/copied) files of CxxParser from Codelite - Use `%option never-interactive` for CxxParser/cpp.l and CxxParser/expr_lexer.l - Fix mixin EOL in several files (to unix EOL) - Replace '**' by '*' '*' in cpp_variables_grammar.y - Fix prototype of `yyerror` (for `const char*`) - Add missing declarations of some functions in yacc files. - Remove (unneeded) `#include <windows>` from CxxParser/main.cpp * Clean up msys2.yml * Remove old codelite workspace/project CxxParser and sed.exe
- Loading branch information
Showing
34 changed files
with
163 additions
and
22,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.