mirror of
https://github.com/egormanga/Slang.git
synced 2025-10-15 16:37:15 +03:00
Latest changes back from 2021, before starting from scratch.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user