drets / ts-bc

Yet another JS to JS transpiler implemented in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ts-bc

__

npm i -D ts-bc


Architecture

Stack Machine

  • stack: runtime stack
  • values: constant value
  • codes: opcode and immediate

About

Yet another JS to JS transpiler implemented in JS

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%