From: "Florian Groß" Date: 2005-04-24T02:04:04+09:00 Subject: Re: announcing RubyLexer 0.6.0 vikkous wrote: > At this time, I am pleased to announce the release of RubyLexer 0.6.0, > a standalone lexer of ruby in ruby. RubyLexer attempts to completely > and correctly tokenize all valid ruby 1.8 source code, and it mostly > succeeds. How extendable is this? Would you be able to add new rules to it add run-time? If it is like that then it could be used for writing Ruby source code filters which is something that is useful for exploring new syntax. I can also contribute a few pieces of code that I think that are hard to lex properly if you are interested.