0.1.0 • Published 3 years ago

jth-core v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

- 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

0.1.0

3 years ago

0.0.0

3 years ago