parser: drop %name-prefix, use -p yacc argument instead
[platform/upstream/libxkbcommon.git] / src / xkbcomp / scanner.c
2013-09-28 Ran Benitaparser: don't use enum yytokentype
2013-08-13 Ran Benitascanner: don't fail over unknown escape sequence
2013-08-02 Ran Benitascanner: fix compiler warning
2013-08-02 Ran Benitascanner: allow empty key name literals
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one