We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa03d6 commit a6d992fCopy full SHA for a6d992f
pygen/src/builtin_func.py
@@ -1,9 +1,7 @@
1
from src.lexer import Lexer
2
from src.parser import Parser
3
-from src.symbol_table import SymbolTable
4
from src.value import *
5
from src.evaluator import RuntimeResult, RuntimeError
6
-import sys
7
8
class BuiltinFunction(BaseFunction):
9
def __init__(self, name):
0 commit comments