Browse Source

[4313] Added a comment about token order

Francis Dupont 9 years ago
parent
commit
1a8fc026cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/eval/parser.yy

+ 1 - 0
src/lib/eval/parser.yy

@@ -34,6 +34,7 @@ using namespace isc::eval;
 }
 
 %define api.token.prefix {TOKEN_}
+// Tokens in an order which makes sense and related to the intented use.
 %token
   END  0  "end of file"
   LPAREN  "("