X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fdatetimez%2Fdateparse_utils.g4;h=75db1e81d1495496b0054002ad0915cfcf985c14;hb=993b0992473c12294ed659e52b532e1c8cf9cd1e;hp=364aa0f985592f84deb1e41b5bcd09c3c7126873;hpb=b38920f24d1ac948958480c540bc4b8436186765;p=pyutils.git diff --git a/src/pyutils/datetimez/dateparse_utils.g4 b/src/pyutils/datetimez/dateparse_utils.g4 index 364aa0f..75db1e8 100644 --- a/src/pyutils/datetimez/dateparse_utils.g4 +++ b/src/pyutils/datetimez/dateparse_utils.g4 @@ -1,4 +1,4 @@ -// © Copyright 2021-2022, Scott Gasch +// © Copyright 2021-2022, Scott Gasch // // antlr4 -Dlanguage=Python3 ./dateparse_utils.g4 // @@ -6,7 +6,7 @@ // 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 // is the order that the lexer will recognize them in. There's a good tutorial -// on this shit at: +// on this stuff at: // // https://tomassetti.me/antlr-mega-tutorial/ //