mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 07:55:18 +00:00
[4313] Added a comment about token order
This commit is contained in:
@@ -34,6 +34,7 @@ using namespace isc::eval;
|
|||||||
}
|
}
|
||||||
|
|
||||||
%define api.token.prefix {TOKEN_}
|
%define api.token.prefix {TOKEN_}
|
||||||
|
// Tokens in an order which makes sense and related to the intented use.
|
||||||
%token
|
%token
|
||||||
END 0 "end of file"
|
END 0 "end of file"
|
||||||
LPAREN "("
|
LPAREN "("
|
||||||
|
Reference in New Issue
Block a user