Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estree/formal
ESTree machine-readable data (+generator)
https://github.com/estree/formal
Last synced: 7 days ago
JSON representation
ESTree machine-readable data (+generator)
- Host: GitHub
- URL: https://github.com/estree/formal
- Owner: estree
- License: mit
- Created: 2015-03-31T14:15:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T14:36:51.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:32:51.866Z (17 days ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 31
- Watchers: 11
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formal
ESTree machine-readable data (+generator)This is a simple ESTree spec parser from Markdown files and formal JSON generator.
It consists of:
* [spec grammar](https://github.com/estree/formal/blob/master/src/grammar.jison)
* [translation code](https://github.com/estree/formal/blob/master/src/index.js)
* [generated self-contained JSON representations](https://github.com/estree/formal/tree/master/formal-data)
* [generated TypeScript definitions](https://github.com/estree/formal/tree/master/formal-data/typescript) :warning: *auto-generated ES6 definition has minor issue; see [DefinitelyTyped version](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/estree/index.d.ts) for manually fixed version*