asimali246 / Syntax-DAG-Tree

This repository contains code for converting a given expression to syntax tree and create Directed Acyclic graph from it. The result will be in svg format which can be viewed in any browser. The used libraries for graphics are OGDF and Coin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax-DAG-Tree

  This contains code for creating a syntax and directed acyclic graph(DAG) from the given expresssion. The output will be

in svg format which can be viewed in any browser. The libraries used for the graphics are OGDF and COIN.

About

This repository contains code for converting a given expression to syntax tree and create Directed Acyclic graph from it. The result will be in svg format which can be viewed in any browser. The used libraries for graphics are OGDF and Coin.