{"library":"gooberscript-compiler","type":"library","category":null,"description":"A self-contained compiler, lexer, parser, and transpiler for the GooberScript language, a friendly syntax that compiles to clean ES2020 JavaScript. Version 1.2.0 targets browser and Node.js environments, distributed via npm and CDN (jsDelivr). Key differentiators: includes a complete toolchain in a single file (goobc.js), exposes a global `Goobc` object for browser script tags, enforces mandatory file structure and unique syntax rules like the `yippee;` check marker. Ideal for educational platforms like CodeHS, with no external dependencies.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","gooberscript","compiler","transpiler","language","codehs","jsdelivr"],"last_verified":"Fri May 01","install":[{"cmd":"npm install gooberscript-compiler","imports":["import Goobc from 'gooberscript-compiler'","const { compile } = Goobc;\nconst result = compile(source);","<script src=\"https://cdn.jsdelivr.net/npm/gooberscript-compiler@1/goobc.js\"></script>\nconst result = Goobc.compile(source);"]},{"cmd":"yarn add gooberscript-compiler","imports":[]},{"cmd":"pnpm add gooberscript-compiler","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gooberscript-compiler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}