2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[4313] Added a comment about token order

This commit is contained in:
Francis Dupont
2016-03-10 14:38:03 +01:00
parent 03c30d1252
commit 1a8fc026cf

View File

@@ -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 "("