Parcourir la source

[4313] Added a comment about token order

Francis Dupont il y a 9 ans
Parent
commit
1a8fc026cf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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  "("