Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 230 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 230 Bytes

A tiny python compiler

  • using lex and yacc tools.
  • support basic syntax subset of python.
  • try some techniques in js compiler.

How to use

./run.sh
./bs.exe < test.py

Then the console output the middle code.