mirror of
https://github.com/irmen/prog8.git
synced 2025-02-18 05:30:34 +00:00
6 lines
77 B
Python
6 lines
77 B
Python
|
from il65.compiler import PlyParser
|
||
|
|
||
|
|
||
|
def test_compiler():
|
||
|
pass # @todo
|