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

https://github.com/allnulled/pegjs-json-base-language

Base de sintaxis para JSON en PEGjs.
https://github.com/allnulled/pegjs-json-base-language

Last synced: 5 months ago
JSON representation

Base de sintaxis para JSON en PEGjs.

Awesome Lists containing this project

README

          

# pegjs-json-base-language

Sintaxis base para cualquier lenguaje basado en PEGjs que soporte el subset de JSON.

En el fichero:

- [https://github.com/allnulled/pegjs-json-base-language/blob/main/json.pegjs](https://github.com/allnulled/pegjs-json-base-language/blob/main/json.pegjs)

Si quieres empezar un lenguaje con PEGjs, haz que soporte JSON de base: usa ese script. ChatGPT-made.