Skip to content

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

Notifications You must be signed in to change notification settings

Aderinom/ParseToUML

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published