We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
gb_words.w
hash_prime
A temporary solution is
typedef Vertex @[*hash_table[hash_prime]@];
but, of course, we can't impose that on The Stanford GraphBase et al.
The text was updated successfully, but these errors were encountered:
This one is my fault. Production 117 should check for lbrack as well as lpar and exp and cast.
lbrack
lpar
exp
cast
Sorry, something went wrong.
Fix issue #34.
661fb9e
Production rule 117 is similar to rule 35.
@texdraft Thanks!
No branches or pull requests
gb_words.w
gets clobbered after section 23, becausehash_prime
gets treated as a type instead of as a value; see attached gb_words.pdf.A temporary solution is
but, of course, we can't impose that on The Stanford GraphBase et al.
The text was updated successfully, but these errors were encountered: