We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949ea6 commit c9dced3Copy full SHA for c9dced3
README.md
@@ -13,6 +13,10 @@ A Lua 5.3 Lexer & Parser written in pure Kotlin.
13
14
## Usage
15
16
+Now the project isn't publish to maven central, so you need to clone and build it by yourself.
17
+
18
+In the future, we will publish it to maven central.
19
20
```kotlin
21
val lexer = LuaLexer(source)
22
val parser = LuaParser()
0 commit comments