Enteee / plantuml-parser

Parse PlantUML with JavaScript or TypeScript
https://duckpond.ch/category/plantuml-parser
Apache License 2.0
136 stars 33 forks source link

Preprocessor #26

Open Enteee opened 4 years ago

Enteee commented 4 years ago

Is your feature request related to a problem? Please describe. PlantUML comes with a built-in preprocessor official documentation. In order support parsing of all different PlantUML diagrams, this parser should also implement preprocessor instruction parsing and a JavaScript implemented preprocessor (preprocess()).

Describe the solution you'd like

Describe alternatives you've considered

Enteee commented 4 years ago

related: #25