Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levkopo committed Feb 22, 2021
1 parent f87ed73 commit 9303056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies {

repositories {
mavenCentral()
}
}
4 changes: 1 addition & 3 deletions src/main/java/com/github/kayjamlang/core/KayJamParser.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package com.github.kayjamlang.core;

import com.github.kayjam.core.containers.*;
import com.github.kayjamlang.core.containers.*;
import com.github.kayjamlang.core.exceptions.LexerException;
import com.github.kayjam.core.expressions.*;
import com.github.kayjamlang.core.exceptions.CompileException;
import com.github.kayjamlang.core.exceptions.LexerException;
import com.github.kayjamlang.core.expressions.*;
import com.github.kayjamlang.core.opcodes.AccessIdentifier;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package com.github.kayjamlang.core.expressions;

import com.github.kayjamlang.core.Expression;
import com.github.kayjam.core.containers.*;
import com.github.kayjamlang.core.containers.ClassContainer;
import com.github.kayjamlang.core.containers.Container;
import com.github.kayjamlang.core.containers.Function;
import com.github.kayjamlang.core.opcodes.AccessIdentifier;
import com.github.kayjamlang.core.containers.ClassContainer;

import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit 9303056

Please sign in to comment.