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

Issue with building parser - yacc error #156

Open
ag24in opened this issue Mar 2, 2020 · 0 comments
Open

Issue with building parser - yacc error #156

ag24in opened this issue Mar 2, 2020 · 0 comments

Comments

@ag24in
Copy link

ag24in commented Mar 2, 2020

C:\Users\ACG9961.ATI\Downloads\smop-master\smop-master\smop>python main.py solver.m
ERROR: No token list is defined
Traceback (most recent call last):
File "main.py", line 16, in
import parse
File "C:\Users\ACG9961.ATI\Downloads\smop-master\smop-master\smop\parse.py", line 840, in
parser = yacc.yacc(start="top")
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\ply\yacc.py", line 3282, in yacc
raise YaccError('Unable to build parser')
ply.yacc.YaccError: Unable to build parser

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

No branches or pull requests

1 participant