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.
- 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
pnpm i
pnpm dev
pnpm run build