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

Drop legacy targets #17

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Conversation

ericvergnaud
Copy link
Contributor

Removing legacy targets, only keeping:

  • Java = reference target
  • Kotlin = source for WebAssembly
  • TypeScript = source for upcoming TypeScript wrapper (but not testing it anymore)

@ericvergnaud
Copy link
Contributor Author

Fixes #2

Copy link
Member

@KvanTTT KvanTTT left a comment

Choose a reason for hiding this comment

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

Please remove also these files:

  • .clang-formal
  • Package.swift
  • *.md files in doc related to other targets:
    • ace-javascript-target.md
    • cpp-target.md
    • csharp-target.md
    • dart-target.md
    • go-changes.md
    • go-target.md
    • javascript-target.md
    • php-target.md
    • python-target.md
    • swift-target.md
    • targets.md

Also, ideally, clean-up other files with target-related things:

  • .gitignore contains a lot of not actual lines line runtime/Cpp/_deps/ and so on
  • .md files in doc directories:
    • creating-a-language-target.md (something about PHP)
    • IDEs.md (outdated targets)
    • interpreters.md (something about C++)
    • releasing-antlr.md
    • and some other

@ericvergnaud
Copy link
Contributor Author

Updating the docs is a lot of work, and it's too early days to do that, I've created ticket #18

@ericvergnaud ericvergnaud merged commit 46ca974 into antlr:dev Feb 1, 2024
9 of 10 checks passed
@ericvergnaud ericvergnaud deleted the drop-legacy-targets branch February 1, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants