Skip to content

Cphilo/tpyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A try to implement a tiny python compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published