Latest changes back from 2021, before starting from scratch.

This commit is contained in:
2024-01-11 02:55:07 +03:00
parent b8495b4cc3
commit 6bdc8cce09
64 changed files with 2113 additions and 1577 deletions

View File

@@ -3,7 +3,7 @@
# https://esolangs.org/wiki/Gibberish_(programming_language)
from .. import *
from Slang.ast import *
from ...ast import *
from utils import *
class Instrs:
@@ -132,4 +132,6 @@ class GibberishCompiler(Compiler):
dlog("Code:\n"+code.decode())
return code
# by Sdore, 2019
compiler = GibberishCompiler
# by Sdore, 2020