prog8/il65/__main__.py

10 lines
174 B
Python

"""
Intermediate Language for 6502/6510 microprocessors
Written by Irmen de Jong (irmen@razorvine.net)
License: GNU GPL 3.0, see LICENSE
"""
from . import main
main.main()