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
- Host: GitHub
- URL: https://github.com/lichtso/es6-parser
- Owner: Lichtso
- License: mit
- Created: 2019-06-17T12:30:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T16:54:58.000Z (over 6 years ago)
- Last Synced: 2024-12-28T14:29:42.894Z (over 1 year ago)
- Topics: es6, parser
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`