Commit be6fcf64 authored by Igor Dejanovic's avatar Igor Dejanovic

Typo fix.

parent 7bcf8f51
...@@ -96,7 +96,7 @@ if __name__ == "__main__": ...@@ -96,7 +96,7 @@ if __name__ == "__main__":
parser = ParserPython(calc) parser = ParserPython(calc)
# Then we export it to a dot file in order to visualise it. This is # Then we export it to a dot file in order to visualise it. This is
# particulary handy for debugging purposes. # particularly handy for debugging purposes.
# We can make a jpg out of it using dot (part of graphviz) like this # We can make a jpg out of it using dot (part of graphviz) like this
# dot -O -Tjpg calc_parse_tree_model.dot # dot -O -Tjpg calc_parse_tree_model.dot
PMDOTExport().exportFile(parser.parser_model, PMDOTExport().exportFile(parser.parser_model,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment