summaryrefslogtreecommitdiff
path: root/src/examples/antlr_grammar.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/antlr_grammar.py')
-rw-r--r--src/examples/antlr_grammar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/antlr_grammar.py b/src/examples/antlr_grammar.py
index adf877e..76c681c 100644
--- a/src/examples/antlr_grammar.py
+++ b/src/examples/antlr_grammar.py
@@ -5,6 +5,7 @@ Created on 4 sept. 2010
@author: luca
+Submitted by Luca DallOlio, September, 2010
(Minor updates by Paul McGuire, June, 2012)
'''
from pyparsing import Word, ZeroOrMore, printables, Suppress, OneOrMore, Group, \