Skip to content
Snippets Groups Projects
Commit ad8931ab authored by Franck Dary's avatar Franck Dary
Browse files

Fixed getTransitionSet

parent 93022ef8
Branches
Tags
No related merge requests found
...@@ -104,7 +104,7 @@ if __name__ == "__main__" : ...@@ -104,7 +104,7 @@ if __name__ == "__main__" :
print("<parser> eager_SHIFT", file=output) print("<parser> eager_SHIFT", file=output)
output.close() output.close()
output = open("parser_eager.ts", 'w', encoding='utf-8') output = open("parser_eager_relaxed.ts", 'w', encoding='utf-8')
print("<parser> REDUCE_relaxed", file=output) print("<parser> REDUCE_relaxed", file=output)
print("<parser> eager_LEFT", file=output) print("<parser> eager_LEFT", file=output)
print("<parser> eager_RIGHT", file=output) print("<parser> eager_RIGHT", file=output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment