/ParseToUML

Takes class definitions in a c++ style-ish pattern and generates UML-ish graphs based on them.

Primary LanguageJavaScriptThe UnlicenseUnlicense

UML (like) Generator

Deploy

See : https://aderinom.github.io/ParseToUML/

Small static site that generates a UML like graph from C++ like class declarations. Mostly created this since I wanted to play with 'nearly', a parser generator.

Tech used

  • Vite, React, Mantine | for the frontend
  • Nearley, Moo | for text parsing
    I'd reccomend PeggyJS instead - easier to use, syntax is more concise, better flexibility
  • Viz-Js | for Graph generation
  • Eslint | for Linting

Starting in dev

pnpm i 
pnpm dev

Building

pnpm run build