summaryrefslogtreecommitdiff
path: root/dateparse
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-03-25 11:14:54 -0700
committerScott Gasch <[email protected]>2022-03-25 11:14:54 -0700
commitdab4a70ccc2ad9c4a708fc738f07ec8022b3d406 (patch)
tree0c42b1476e214d434d34a16bc21fa9b43989d9f7 /dateparse
parent7dfe2039f7c53fc9f2621be9dd704bcb7681022f (diff)
Add copyright to grammar.
Diffstat (limited to 'dateparse')
-rw-r--r--dateparse/dateparse_utils.g43
1 files changed, 3 insertions, 0 deletions
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