jth-core
v0.1.0
Published
jth is an alternative syntax for javascript centerered around squential data processing.
Downloads
1
Readme
- core
⚠️WARNING⚠️ Jth is still very much a work in progress.
- Many ideas around how the language should work are up in the air.
- Many bugs exist in the implementation.
Core transformation for jth.
Installation
Dependencies: node/npm
Install with command:
npm install jth-core
In-File Usage
import { transform } from "./core.mjs";
const jthCode = '"Hello World!" @!;';
const jsCode = await transform(jthCode);
console.log(jsCode);
Changelog
0.0.0 - 1st 2nd 3rd 4th 5th 6th 7th jht! (initial release)
- Initial release
0.1.0 - Here comes the AST!
⚠️WARNING⚠️ Breaking Changes See https://github.com/johnhenry/jth/tree/main/docs/changelog.md