Skip to content

Commit

Permalink
fix????
Browse files Browse the repository at this point in the history
  • Loading branch information
TreshMom committed Jun 25, 2024
1 parent 3e66bd7 commit fa64381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/task12.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def typing_program(program: str) -> bool:
return False


"""
def exec_program(program: str) -> dict[str, set[tuple]]:
input_stream = InputStream(program)
lexer = langLexer(input_stream)
Expand All @@ -35,3 +36,4 @@ def exec_program(program: str) -> dict[str, set[tuple]]:
interpreterVisitor = InterpreterVisitor(context)
return interpreterVisitor.visit(tree)
"""

0 comments on commit fa64381

Please sign in to comment.