Sort and present line-based data as it is read

A simple program written in several languages for the purpose of
examining these languages.
This commit is contained in:
2021-04-22 08:48:41 -04:00
commit 422c425c76
5 changed files with 65 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from hissp.reader import transpile
transpile(__package__, "livesort", "test_livesort")
del transpile
from livesort_hssp.livesort import livesort, render