Skip to content

Evgenijjjj/lark-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction

Python 3.8 MacOS 11.0.1

  1. pip3 install virtualenv
  2. python3 -m venv env
  3. . ./env/bin/activate
  4. pip3 install -r libs.txt
  5. Install graphviz. Brew: brew install graphviz
  6. Add sourcecode in the <input_file_name>.txt
  7. python3 parser.py <input_file_name>.txt <output_file_name>.png
  8. Result of execution: the abstract syntax tree is in the <output_file_name>.png

abstract syntax tree for input.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages