Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud authored Jan 3, 2024
1 parent e0a6a07 commit 92082ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Antlr5 is the next major version of Antlr.
It's driven by several business goals:
- browser first: the move to the web hasn't slowed down. Having a fast parser in a browser without the need for a backend is needed.
- LSP integration: we currently only properly support 1 IDE. It slows down adoption of Antlr. Using LSP, all IDEs will support Antlr, making it easier to adopt.
- Unified runtime: thanks to WebAssembly, we can have a single runtime for all mainstream targets, improving consitency whilst reducing maintenance
- Unified runtime: thanks to WebAssembly, we can have a single runtime for all mainstream targets, improving consistency whilst reducing maintenance
- Targets as add-ons: we are not able to support our existing targets, and creating one outside Antlr is a big piece of work. We will focus on a small set of core targets, and let developers easily create new lightweight targets.

It's also the opportunity to indroduce new features:
Expand Down

0 comments on commit 92082ef

Please sign in to comment.