X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=dateparse%2Fdateparse_utils.g4;h=4701299402baa68189bde0e42492064d6e9c5603;hb=dab4a70ccc2ad9c4a708fc738f07ec8022b3d406;hp=d45b18768adf6efec877803b24cb674a51d959c2;hpb=3bc4daf1edc121cd633429187392227f2fa61885;p=python_utils.git 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