Skip to content

Commit

Permalink
removed unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
L0P0P committed Jul 18, 2024
1 parent f471fe7 commit bb3eccc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
import org.antlr.v4.gui.TreeViewer;
import org.antlr.v4.runtime.*;

import java.nio.file.StandardOpenOption;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import ast.*;
import ast.nodes.*;
import parser.*;
Expand Down
2 changes: 0 additions & 2 deletions src/ast/Python3VisitorImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
import ast.nodes.*;
import ast.types.*;
import codegen.Label;
import parser.Python3Lexer;
import parser.Python3ParserBaseVisitor;
import parser.Python3Parser.*;

import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.tree.*;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
Expand Down

0 comments on commit bb3eccc

Please sign in to comment.