1.0.0 • Published 3 years ago

ki-lang v1.0.0

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

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.