Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update POLYGLOT_README.md #705

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions POLYGLOT_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Languages Supported
| Language | Structural <br> Find-Replace | Chaining <br> Structural Find-Replace | Stale Feature Flag <br> Cleanup |
|--------------------|------------------------------|---------------------------------------|--------------------------------------|
| **Java** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| **Kotlin** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| **Java + Kotlin** | :x: | :x: | :x: |
| **Swift** | :heavy_check_mark: | :construction: | :construction: |
| **Go** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| **Python** | :heavy_check_mark: | :x: | :x: |
| **TypeScript** | :heavy_check_mark: | :x: | :x: |
| **TypeScript+React**| :heavy_check_mark: | :x: | :x: |

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets keep the source of truth for language support as the source code. That avoids things getting out of date.

### Languages supported

| Language | Structural <br>Find-Replace | Chaining <br>Structural Find <br>Replace | Stale Feature <br>Flag Cleanup <br> |
| ---------------- | --------------------------- | ---------------------------------------- | ------------------------------------ |
| 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

Expand Down Expand Up @@ -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/)
Expand Down
Loading