diff options
author | Emanuele Grasso <96300448+L0P0P@users.noreply.github.com> | 2024-06-24 15:37:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 15:37:12 +0200 |
commit | 54b2c77e6875c1abb3d73fdfd0de924e75633087 (patch) | |
tree | 2be8d3ff7ac912c85c31637babb055efb344ae98 /src/parser/Python3Lexer.java | |
parent | 8e7089a5d6ba1f4f50a90133bb50bc5c6c554aff (diff) |
Package refactoring to avoid verbose paths (#4)
Diffstat (limited to 'src/parser/Python3Lexer.java')
-rw-r--r-- | src/parser/Python3Lexer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/Python3Lexer.java b/src/parser/Python3Lexer.java index ae33e3d..96ee595 100644 --- a/src/parser/Python3Lexer.java +++ b/src/parser/Python3Lexer.java @@ -1,4 +1,4 @@ -package com.clp.project.parser; +package parser; // Generated from src/parser/Python3Lexer.g4 by ANTLR 4.13.1 import org.antlr.v4.runtime.Lexer; |