ki-lang
v1.0.0
Published
A toy compiler
Downloads
1
Readme
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.