pern-cucci
v1.0.0
Published
Minimalist and esoteric interpreted language written in TypeScript.
Maintainers
Readme
Cucci (pern-cucci)
Minimalist and esoteric interpreted language written in TypeScript.
Installation
npm install pern-cucciUsage
As a Library
import { runCucci } from 'pern-cucci';
const output = runCucci('.HelloWorld');
console.log(output); // "HelloWorld"CLI
If installed globally:
pern main.cucciDocumentation
See DOCS.md for full language specification.
