Re: [PATCH 1/8] Update the parser to work with current XKB files.

2010-08-11 Thread olafBuddenhagen
Hi, On Wed, Aug 04, 2010 at 04:19:59AM -0300, Diego Nieto Cid wrote: > Squashed commits: > > * Add type to $$ in mid-rules.(see: > http://www.mail-archive.com/help-bi...@gnu.org/msg02159.html ) > > * Lexer support for keycodes with +/- symbols and arbitrary level > numbers. > > *

[PATCH 1/8] Update the parser to work with current XKB files.

2010-08-04 Thread Diego Nieto Cid
Squashed commits: * Add type to $$ in mid-rules.(see: http://www.mail-archive.com/help-bi...@gnu.org/msg02159.html ) * Lexer support for keycodes with +/- symbols and arbitrary level numbers. * Skip to main file's default section when needed. * Update key type assigment routine.