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

Add custom command class to construct parse/lex tabs before install v2 #23

Merged
merged 3 commits into from
Jun 7, 2017

Conversation

MatthieuDartiailh
Copy link
Owner

Make sure that we re-generate the lex tabs and parse tabs when appropriate when using python setup.py install/develop even if some files already exists.
ping @tillbey

tillbey and others added 3 commits June 3, 2017 10:37
this function forces the writing of the lexer and parser tables and allow to make sure python setup.py develop override the pre-existing tables.
@tillbey
Copy link

tillbey commented Jun 7, 2017

Nice, that's better than only implicitly invoking the table construction as I did before. Tested, it's all working as expected now.

@MatthieuDartiailh MatthieuDartiailh merged commit 1ca62b7 into dev Jun 7, 2017
@MatthieuDartiailh MatthieuDartiailh deleted the fix-parse-tab-construction branch June 7, 2017 11:48
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.

2 participants