Skip to content

Commit b8f9f00

Browse files
lppeddftomassetti
authored andcommitted
docs: update readme to better reflect the project status
1 parent b56322f commit b8f9f00

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status](https://github.com/Strumenta/antlr-kotlin/workflows/Build/badge.svg)](https://github.com/Strumenta/antlr-kotlin/actions)
44
[![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)
77

88
This project contains everything needed to support Kotlin as a target for ANTLR.
99

@@ -17,9 +17,6 @@ Want to start experimenting immediately? See [Gradle Setup](#gradle-setup).
1717

1818
## Status
1919

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-
2320
The runtime and target's template are up-to-date with mainstream commit: `master/e9df464`
2421

2522
## Kotlin Target
@@ -37,7 +34,7 @@ The Kotlin runtime for the Kotlin target is derived from the Java runtime, and i
3734
as a multiplatform project running on JVM, JS, WebAssembly (including WASI), and Native.
3835

3936
> [!WARNING]
40-
> The Native runtime is not thread safe
37+
> The Kotlin ANTLR runtime is **not** thread safe
4138
4239
The supported Native platforms are:
4340

0 commit comments

Comments
 (0)