markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
189 stars 53 forks source link

Can I get a parsed syntax tree at runtime rather than exporting results? #24

Open kaz138 opened 5 years ago

kaz138 commented 5 years ago

Since I mainly use that for non-visualization purpose I want to figure out whether / how this lib could allow me to parse the plantuml document into a syntax tree at runtime?

markushedvall commented 4 years ago

I'm not sure I completely understand what it is you want to do, so maybe you could elaborate?

However, this package do not do any kind of parsing of the Plantuml code and just passes it on to Plantuml. So I believe you are looking for something completely different.