diff --git a/contributors.txt b/contributors.txt index 6a1804d70..c45f8519f 100644 --- a/contributors.txt +++ b/contributors.txt @@ -229,6 +229,7 @@ YYYY/MM/DD, github id, Full name, email 2019/07/11, olowo726, Olof Wolgast, olof@baah.se 2019/07/16, abhijithneilabraham, Abhijith Neil Abraham, abhijithneilabrahampk@gmail.com 2019/07/26, Braavos96, Eric Hettiaratchi, erichettiaratchi@gmail.com +2019/08/12, easonlin404, Eason Lin, easonlin404@gmail.com 2019/08/23, akaJes, Oleksandr Mamchyts, akaJes@gmail.com 2019/08/27, wurzelpeter, Markus Franke, markus[hyphen]franke[at]web[dot]de 2019/09/10, ImanHosseini, Iman Hosseini, hosseini.iman@yahoo.com diff --git a/doc/go-target.md b/doc/go-target.md index 4f7e64e05..695f1564f 100644 --- a/doc/go-target.md +++ b/doc/go-target.md @@ -65,7 +65,7 @@ Another common option to the ANTLR tool is `-visitor`, which generates a parse t We'll write a small main func to call the generated parser/lexer (assuming they are separate). This one writes out the encountered `ParseTreeContext`'s. Suppose the gen'ed parser code is in the `parser` directory relative to this code: -``` +```golang package main import (