From de316ff5ce3fa7c05ad706335ae274e382c92709 Mon Sep 17 00:00:00 2001 From: parrt Date: Mon, 4 Feb 2019 13:32:39 -0800 Subject: [PATCH] tweak doc --- doc/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.md b/doc/index.md index 60bd6341c..2ecb5099f 100644 --- a/doc/index.md +++ b/doc/index.md @@ -21,6 +21,8 @@ This documentation is a reference and summarizes grammar syntax and the key sema +For those using Java, here's a great [set of ANTLR in Intellij notes](https://docs.google.com/document/d/1gQ2lsidvN2cDUUsHEkT05L-wGbX5mROB7d70Aaj3R64/edit#heading=h.xr0jj8vcdsgc) by Andreas Stefik. + ## Sections * [Getting Started with ANTLR v4](getting-started.md)