File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://github.com/Strumenta/antlr-kotlin/workflows/Build/badge.svg )] ( https://github.com/Strumenta/antlr-kotlin/actions )
4
4
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.strumenta/antlr-kotlin-runtime/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.strumenta/antlr-kotlin-runtime )
5
- [ ![ License Apache-2.0] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( LICENSE )
6
- [ ![ License] ( https://img.shields.io/badge/License-BSD_3--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
5
+ [ ![ License Apache-2.0] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( LICENSE-Apache )
6
+ [ ![ License BSD-3 ] ( https://img.shields.io/badge/License-BSD_3--Clause-blue.svg )] ( LICENSE-BSD )
7
7
8
8
This project contains everything needed to support Kotlin as a target for ANTLR.
9
9
@@ -17,9 +17,6 @@ Want to start experimenting immediately? See [Gradle Setup](#gradle-setup).
17
17
18
18
## Status
19
19
20
- The project should be considered experimental. Several parsers have been implemented and work so far using this target
21
- but not all the features are complete and well tested.
22
-
23
20
The runtime and target's template are up-to-date with mainstream commit: ` master/e9df464 `
24
21
25
22
## Kotlin Target
@@ -37,7 +34,7 @@ The Kotlin runtime for the Kotlin target is derived from the Java runtime, and i
37
34
as a multiplatform project running on JVM, JS, WebAssembly (including WASI), and Native.
38
35
39
36
> [ !WARNING]
40
- > The Native runtime is not thread safe
37
+ > The Kotlin ANTLR runtime is ** not** thread safe
41
38
42
39
The supported Native platforms are:
43
40
You can’t perform that action at this time.
0 commit comments