{"library":"shoc-shoresh-compiler","title":"Shoresh Compiler","description":"Shoresh language compiler (v1.1.0). A DSL compiler for domain-specific language processing. Minimal documentation, single-version releases. Differentiators: lightweight, no dependencies, simple API. Likely experimental/unstable.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install shoc-shoresh-compiler"],"cli":{"name":"shoc","version":null}},"imports":["import { compile } from 'shoc-shoresh-compiler'","import { ShoreshError } from 'shoc-shoresh-compiler'","import { parse } from 'shoc-shoresh-compiler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { compile } from 'shoc-shoresh-compiler';\nconst source = 'let x = 42';\ntry {\n  const result = compile(source);\n  console.log(result);\n} catch (e) {\n  console.error(e);\n}","lang":"typescript","description":"Demonstrates basic compilation workflow with error handling.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}