Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 300 Bytes

Compiler

This is Python implementation of Appendix A: 'A Complete Front-End' in 'Compilers: Principles, Techniques & Tools'.

Usage

Run the package as a module, and give a source code file as input (for example, example/test_code.txt in this repository):

python3 -m compiler 'source.txt'