We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b70bf9 commit e4fcdc5Copy full SHA for e4fcdc5
grape/cli/info.py
@@ -31,6 +31,7 @@ def main():
31
print("states:", len(dfta.all_states))
32
print("max arity:", dfta.max_arity())
33
print("rules:", dfta.size())
34
+ print("symbols:", dfta.symbols())
35
print("reduced:", old_rules == dfta.rules)
36
print("specialied:", specialized)
37
if not dfta.is_unbounded():
0 commit comments