forked from jasder/antlr
tweak doc
This commit is contained in:
parent
5fc57fb0b2
commit
061177fab0
|
@ -23,7 +23,7 @@ ANTLR project lead and supreme dictator for life
|
||||||
* [Official site](http://www.antlr.org/)
|
* [Official site](http://www.antlr.org/)
|
||||||
* [Documentation](https://github.com/antlr/antlr4/blob/master/doc/index.md)
|
* [Documentation](https://github.com/antlr/antlr4/blob/master/doc/index.md)
|
||||||
* [FAQ](https://github.com/antlr/antlr4/blob/master/doc/faq/index.md)
|
* [FAQ](https://github.com/antlr/antlr4/blob/master/doc/faq/index.md)
|
||||||
* [ANTLR code generation targets](https://github.com/antlr/antlr4/blob/master/doc/targets.md) (Currently: Java, C#, Python2|3, JavaScript, Go)
|
* [ANTLR code generation targets](https://github.com/antlr/antlr4/blob/master/doc/targets.md)<br>(Currently: Java, C#, Python2|3, JavaScript, Go, C++)
|
||||||
* [Java API](http://www.antlr.org/api/Java/index.html)
|
* [Java API](http://www.antlr.org/api/Java/index.html)
|
||||||
* [ANTLR v3](http://www.antlr3.org/)
|
* [ANTLR v3](http://www.antlr3.org/)
|
||||||
* [v3 to v4 Migration, differences](https://github.com/antlr/antlr4/blob/master/doc/faq/general.md)
|
* [v3 to v4 Migration, differences](https://github.com/antlr/antlr4/blob/master/doc/faq/general.md)
|
||||||
|
|
|
@ -7,8 +7,8 @@ This page lists the available and upcoming ANTLR runtimes. Please note that you
|
||||||
* [Python](python-target.md) (2 and 3)
|
* [Python](python-target.md) (2 and 3)
|
||||||
* [JavaScript](javascript-target.md)
|
* [JavaScript](javascript-target.md)
|
||||||
* [Go](go-target.md)
|
* [Go](go-target.md)
|
||||||
|
* [C++](cpp-target.md)
|
||||||
* Swift (not yet available)
|
* Swift (not yet available)
|
||||||
* C++ (not yet available)
|
|
||||||
|
|
||||||
## Target feature parity
|
## Target feature parity
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue