Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cancerberosgx/univac

Generate AST of lots of common programming languages using antlr4. JavaScript API and CLI tool.
https://github.com/cancerberosgx/univac

Last synced: 6 days ago
JSON representation

Generate AST of lots of common programming languages using antlr4. JavaScript API and CLI tool.

Awesome Lists containing this project

README

        

# Projects

* [univac](univac) - API and CLI to generate Abstract Syntax Trees (AST) of several well-known programming languages using [antlr4
grammars](https://github.com/antlr/grammars-v4)

* [render-dot](render-dot) - Render Graphviz .dot files to svg, png, dotx, json, jpeg, ps, etc using several graph engines, for browser, node and command line

* [svg-png-converter](svg-png-converter) - Convert SVG/PNG and back, both in browser and node.js. JavaScript API and Command Line