Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cxxparser #3365

Merged
merged 3 commits into from
May 24, 2024
Merged

Cxxparser #3365

merged 3 commits into from
May 24, 2024

Conversation

Jarod42
Copy link
Contributor

@Jarod42 Jarod42 commented May 16, 2024

Remove some more generated files from repo.

- 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
@eranif eranif merged commit 43431e3 into eranif:master May 24, 2024
3 checks passed
@eranif
Copy link
Owner

eranif commented May 24, 2024

FYI: I updated the doc (docs\docs\build\mingw_builds.md) to include pacman -S bison

@Jarod42 Jarod42 deleted the cxxparser branch May 24, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants