[orx-kotlin-parser] Convert build.gradle to build.gradle.kts
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
|
||||
parser grammar KotlinParser;
|
||||
|
||||
@header {
|
||||
package org.openrndr.extra.kotlin.antlr;
|
||||
}
|
||||
|
||||
|
||||
options { tokenVocab = KotlinLexer; }
|
||||
|
||||
// SECTION: general
|
||||
|
||||
@@ -6,11 +6,6 @@
|
||||
|
||||
lexer grammar UnicodeClasses;
|
||||
|
||||
@header {
|
||||
package org.openrndr.extra.kotlin.antlr;
|
||||
}
|
||||
|
||||
|
||||
UNICODE_CLASS_LL:
|
||||
'\u0061'..'\u007A' |
|
||||
'\u00B5' |
|
||||
|
||||
Reference in New Issue
Block a user