Daniel-Constantin Mierla writes:
for the records, I just looked in cfg.lex and the
following tokens are
defined to have the same meaning:
YES "yes"|"true"|"on"|"enable"
NO "no"|"false"|"off"|"disable"
By matching the token YES the parser returns 1 and NO returns 0.
Thanks for explanation, Jua