TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Plantuml-Parser – Parse PlantUML Syntax in JavaScript

7 pointsby Enteabout 6 years ago

1 comment

Enteabout 6 years ago
I started this because I wanted to build a lightweight web-based and well tested parser for PlantUML. This is to support an other project of mine: A fully web based and interactive visualization for PlantUML.<p>I am looking for feedback, and maybe more reference projects. This implementation uses PEG.js and its main focus is high test coverage and traceability of changes. I try to achieve this by the use of many fixtures. So even if you don&#x27;t plan on contributing code, opening an issue with a PlantUML diagram will help :) Thank you.