Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cancerberosgx/univac
- Owner: cancerberoSgx
- Created: 2019-06-05T22:35:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:36:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T17:23:49.443Z (16 days ago)
- Language: JavaScript
- Size: 8.21 MB
- Stars: 73
- Watchers: 1
- Forks: 15
- Open Issues: 169
-
Metadata Files:
- Readme: README.md
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