From: Scott Gasch Date: Fri, 25 Mar 2022 18:14:54 +0000 (-0700) Subject: Add copyright to grammar. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=dab4a70ccc2ad9c4a708fc738f07ec8022b3d406;p=python_utils.git Add copyright to grammar. --- diff --git a/dateparse/dateparse_utils.g4 b/dateparse/dateparse_utils.g4 index d45b187..4701299 100644 --- a/dateparse/dateparse_utils.g4 +++ b/dateparse/dateparse_utils.g4 @@ -1,4 +1,7 @@ +// © Copyright 2021-2022, Scott Gasch +// // antlr4 -Dlanguage=Python3 ./dateparse_utils.g4 +// // Hi, self. In ANTLR grammars, there are two separate types of symbols: those // for the lexer and those for the parser. The former begin with a CAPITAL // whereas the latter begin with lowercase. The order of the lexer symbols