A simple program written in several languages for the purpose of examining these languages.
6 lines
154 B
Python
6 lines
154 B
Python
from hissp.reader import transpile
|
|
transpile(__package__, "livesort", "test_livesort")
|
|
del transpile
|
|
|
|
from livesort_hssp.livesort import livesort, render
|