[orx-kotlin-parser] Convert build.gradle to build.gradle.kts

This commit is contained in:
Edwin Jakobs
2023-03-29 14:19:13 +02:00
parent 6926e419d5
commit 71cc9b11bc
4 changed files with 33 additions and 36 deletions

View File

@@ -4,11 +4,6 @@
parser grammar KotlinParser;
@header {
package org.openrndr.extra.kotlin.antlr;
}
options { tokenVocab = KotlinLexer; }
// SECTION: general

View File

@@ -6,11 +6,6 @@
lexer grammar UnicodeClasses;
@header {
package org.openrndr.extra.kotlin.antlr;
}
UNICODE_CLASS_LL:
'\u0061'..'\u007A' |
'\u00B5' |