ki-lang

1.0.0 • Public • Published

Ki lang

Description

This is a compiler based on the super tiny compiler, for a modern language who compiles to javascript, there are a fill features needed to become a tool for work, but you can use for practice and all contributions are welcome.

Usage

[sudo] npm i ki-lang
const { Compiler } = require('ki');
const compiler = new Compiler('1 + 1');

compiler.run();

console.log(compiler.output);

Story

Here you can found a resource in portuguese to know more about the language.

Readme

Keywords

none

Package Sidebar

Install

npm i ki-lang

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

20.2 kB

Total Files

13

Last publish

Collaborators

  • ktfth