I was reading about parser-generators recently and remembered my unfinished work with pygments. sorry it took me so long.
http://dev.pocoo.org/projects/pygments/ticket/417 version 6: autohotkey_v6.py<http://dev.pocoo.org/projects/pygments/attachment/ticket/417/autohotkey_v6.py> 1. fixed number matches using python example. 2. reordered literals to match after numbers 3. added support for keynames in brackets. Example: [pgdn] 4. removed duplicate string match in expressions. (use literals which already contains strings) 5. reordered continuation sections to work better. new example: test_v6.html<http://dev.pocoo.org/projects/pygments/attachment/ticket/417/test_v6.html> <http://dev.pocoo.org/projects/pygments/attachment/ticket/417/test_v6.html> Naveen On Mon, Jul 27, 2009 at 10:54 AM, Tim Hatch <[email protected]> wrote: > > > I was wondering if you had gotten a chance to look at version 5 I > > uploaded a couple of weeks ago. > > I found a piece of time today to go over it. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
