/babylon-lightscript

⚡️ :page_with_curl: A LightScript parser (file issues at https://github.com/lightscript/lightscript/issues)

Primary LanguageJavaScriptMIT LicenseMIT

babylon-lightscript

The parser for LightScript, a concise syntax for JavaScript.

To be used through babel-plugin-lightscript.

A minimally-invasive fork of Babylon. With the exception of a few reserved keywords, it parses JS as JS unless the "lightscript" plugin is passed.

Contributing

yarn
yarn build
yarn test

New tests should go in the lightscript directory.