When parsing enum body, parser was expected that
there would be L_IDENTIFIER
with rule, which
assumes that the token should be in lower case.
This patch added separate rule for macroses in
enum body, with rule Register=upper
.
Closes #25 (closed).
Signed-off: Alexey Romanov romanov.alexey2000@gmail.com