diff --git a/POLYGLOT_README.md b/POLYGLOT_README.md index 90f923233..b23fb2e9f 100644 --- a/POLYGLOT_README.md +++ b/POLYGLOT_README.md @@ -211,23 +211,6 @@ The output JSON is the serialization of- [`PiranhaOutputSummary`](/src/models/pi *It can be seen that the Python API is basically a wrapper around this command line interface.* -### Languages supported - -| Language | Structural
Find-Replace | Chaining
Structural Find
Replace | Stale Feature
Flag Cleanup
| -| ---------------- | --------------------------- | ---------------------------------------- | ------------------------------------ | -| Java | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Kotlin | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Java + Kotlin | :x: | :calendar: | :calendar: | -| Swift | :heavy_check_mark: | :construction: | :construction: | -| Go | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Python | :heavy_check_mark: | :calendar: | :calendar: | -| TypeScript | :heavy_check_mark: | :calendar: | :calendar: | -| TypeScript+React | :heavy_check_mark: | :calendar: | :calendar: | -| C# | :calendar: | :calendar: | :calendar: | -| JavaScript | :calendar: | :calendar: | :calendar: | - -Contributions for the :calendar: (`planned`) languages or any other languages are welcome :) - ## Piranha DSL @@ -580,7 +563,7 @@ The purpose of Piranha Arguments is determining the behavior of Piranha. -## Contributing +## Development Prerequisites: * Install [pre-commit](https://pre-commit.com/)