Skip to content

Commit 08b9e1c

Browse files
authored
Merge pull request #2799 from lwehmeier/master
Fixed link to CMake example in cpp-target.md
2 parents 9366718 + f7f1b25 commit 08b9e1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ YYYY/MM/DD, github id, Full name, email
249249
2020/02/21, StochasticTinkr, Daniel Pitts, [email protected]
250250
2020/03/17, XsongyangX, Song Yang, [email protected]
251251
2020/04/07, deniskyashif, Denis Kyashif, [email protected]
252+
2020/04/08, lwehmeier, Leon Wehmeier, [email protected]
252253
2020/04/10, agrabski, Adam Grabski, [email protected]
253254
2020/04/23, martinvw, Martin van Wingerden, [email protected]
254255
2020/04/30, TristonianJones, Tristan Swadell, [email protected]

doc/cpp-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C++
22

3-
The C++ target supports all platforms that can either run MS Visual Studio 2013 (or newer), XCode 7 (or newer) or CMake (C++11 required). All build tools can either create static or dynamic libraries, both as 64bit or 32bit arch. Additionally, XCode can create an iOS library. Also see [Antlr4 for C++ with CMake: A practical example](https://beyondtheloop.dev/Antlr-cpp-cmake/).
3+
The C++ target supports all platforms that can either run MS Visual Studio 2013 (or newer), XCode 7 (or newer) or CMake (C++11 required). All build tools can either create static or dynamic libraries, both as 64bit or 32bit arch. Additionally, XCode can create an iOS library. Also see [Antlr4 for C++ with CMake: A practical example](http://blorente.me/beyond-the-loop/Antlr-cpp-cmake/).
44

55
## How to create a C++ lexer or parser?
66
This is pretty much the same as creating a Java lexer or parser, except you need to specify the language target, for example:

0 commit comments

Comments
 (0)