Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 275 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 275 Bytes

tronido

Tronido Language compiler made in Python. 🐍

Requirements

  • Python 3
  • C++

Usage

Compile "machine code" interpreter

$ g++ Inter.cpp -o inter

Run Tronido Compiler

$ python main.py ../test.tron

Run output file

./inter test.trono