Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

File metadata and controls

7 lines (5 loc) · 248 Bytes

TreeGraphs

A Java program to parse input in the following format: [Root [Child1 [Child of Child1]][Child2]]

Into a syntactic tree such as the following, using JGraphX:

Example tree