Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 915 Bytes

File metadata and controls

23 lines (13 loc) · 915 Bytes

SyntaxTreeGen

A simple Flex and Bison-based Linguistics syntax tree generator. Final project for Spring 2021 CPTS 483 (Topics in Computer Science: Practical Introduction to Compilers) taught by Aravind Sukumaran Rajam at Washington State University.

Demo

tree_gen_demo.mp4

The result converted to a Graphviz visualizer:

graphviz

Presentation

Link to presentation

Features

  • Converts simple labeled bracket notation into DOT format
  • Supports piping, for use in other applications, such as the DOT program for converting into an image

License

Syntax Tree Gen is licensed under the GNU General Public License v3.0