Registry / shoc-shoresh-compiler

shoc-shoresh-compiler

JSON →
library1.1.0jsnpmunverified

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.

npm install shoc-shoresh-compiler
INSTALL
IMPORT
SIG · SHOC-SHORESH-COMPI
S
shoc-shoresh-compiler
javascriptv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compile
import { compile } from 'shoc-shoresh-compiler'
Default export pattern assumed; no documentation confirms ESM/CJS.
ShoreshError
import { ShoreshError } from 'shoc-shoresh-compiler'
Commonly used for error handling.
parse
import { parse } from 'shoc-shoresh-compiler'
Parsing function; may be separate or combined with compile.

Demonstrates basic compilation workflow with error handling.

import { compile } from 'shoc-shoresh-compiler'; const source = 'let x = 42'; try { const result = compile(source); console.log(result); } catch (e) { console.error(e); }
shoc --version
Debug
Known issues
gotchaNo README available; API surface unknown. Use at own risk.
fix
Inspect source code or wait for documentation update.
affects: >=1.0.0
Errors
Common errors & fixes
package not found: shoc-shoresh-compiler
Typo or misspelling in package name.
fix
Double-check package name: shoc-shoresh-compiler
Upgrade
Version history
1.1.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
shoc-shoresh-compiler — npm install shoc-shoresh-compiler · libregistry