kern-lang
v3.1.3
Published
The language LLMs think in. Write one .kern file, ship 7 targets. 70% fewer tokens.
Maintainers
Readme
kern-lang
The language LLMs think in. Write one .kern file, ship 7 targets. 70% fewer tokens.
Part of the KERN monorepo.
Install
npm install kern-langUsage
// Compatibility wrapper — re-exports all @kernlang/* packages.
// For new projects, import from @kernlang/core + @kernlang/<target> directly.
import { parse, transpileTailwind, transpileExpress } from 'kern-lang';
const ast = parse(kernSource);
const react = transpileTailwind(ast);
const server = transpileExpress(ast);License
AGPL-3.0
