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

https://github.com/lichtso/es6-parser

A lightweight parser written in and for ES6 JavaScript
https://github.com/lichtso/es6-parser

es6 parser

Last synced: 9 months ago
JSON representation

A lightweight parser written in and for ES6 JavaScript

Awesome Lists containing this project

README

          

# Evaluation for my Master Thesis
Parse and migrate a GIT repository containing ES6 JavaScript into a version-controlled graph-database to analyze it semantically using graph queries.

## Usage
`time node --max-old-space-size=4096 -expose-gc --always-compact RepoMigration.mjs PathToGitRepo/`