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

Incorrect type definition #34

Closed
ascherer opened this issue May 3, 2022 · 2 comments
Closed

Incorrect type definition #34

ascherer opened this issue May 3, 2022 · 2 comments
Labels

Comments

@ascherer
Copy link
Owner

ascherer commented May 3, 2022

gb_words.w gets clobbered after section 23, because hash_prime gets treated as a type instead of as a value; see attached gb_words.pdf.

A temporary solution is

typedef Vertex @[*hash_table[hash_prime]@];

but, of course, we can't impose that on The Stanford GraphBase et al.

@ascherer ascherer added the bug label May 6, 2022
@texdraft
Copy link

This one is my fault. Production 117 should check for lbrack as well as lpar and exp and cast.

ascherer added a commit that referenced this issue May 22, 2022
Production rule 117 is similar to rule 35.
@ascherer
Copy link
Owner Author

@texdraft Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants