Skip to content

Commit

Permalink
Move MEExpressionParser to its own package
Browse files Browse the repository at this point in the history
This ensures UP-TO-DATE checks and the build cache won't trip on it
  • Loading branch information
RedNesto committed Jul 16, 2024
1 parent 0a68f5a commit 69241a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/grammars/MEExpressionParser.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

{
parserClass="com.demonwav.mcdev.platform.mixin.expression.gen.MEExpressionParser"
parserClass="com.demonwav.mcdev.platform.mixin.expression.gen.parser.MEExpressionParser"
extends="com.intellij.extapi.psi.ASTWrapperPsiElement"
parserImports = ["static com.demonwav.mcdev.platform.mixin.expression.psi.MEExpressionParserUtil.*"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

package com.demonwav.mcdev.platform.mixin.expression

import com.demonwav.mcdev.platform.mixin.expression.gen.MEExpressionParser
import com.demonwav.mcdev.platform.mixin.expression.gen.parser.MEExpressionParser
import com.demonwav.mcdev.platform.mixin.expression.gen.psi.MEExpressionTypes
import com.demonwav.mcdev.platform.mixin.expression.psi.MEExpressionFile
import com.demonwav.mcdev.platform.mixin.expression.psi.MEExpressionTokenSets
Expand Down

0 comments on commit 69241a6

Please sign in to comment.