From dab4a70ccc2ad9c4a708fc738f07ec8022b3d406 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 25 Mar 2022 11:14:54 -0700 Subject: [PATCH] Add copyright to grammar. --- dateparse/dateparse_utils.g4 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2