Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

laosb/hatp

Repository files navigation

hatp

Build Status npm Version

The transpiler which transpile HaLang to Javascript, based on Acorn and Astring.

Usage

This package exports a convert function as default.

import convert from 'hatp';
const config = {
  ha: {}, // Config for ha the acorn plugin. If none, use `true`.
  acorn: { sourceType: 'module' }, // Config for acorn.
  astring: {}, // Config for astring.
};
convert(`钦定 蛤 = “主席”;`, config);

You can also use this package in CLI:

$ hatp -o built/
测试.ha -> built/测试.js

See more CLI usage by hatp -h.

License

MIT.

About

Transpile HaLang to Javascript

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published