Not really - the lexer is written to be Ruby-specific, so you'd have to write a whole new lexer for any new language.
Cheers Jason On Aug 24, 1:37 pm, Bodaniel Jeanes <[email protected]> wrote: > Can it be extended for other languages? > > Sent from my iPhone > > On 24/08/2010, at 11:18 AM, Jason Langenauer <[email protected]> wrote: > > > > > Hi all, > > > I've just pushed the first version of a gem I've written: Eden, a > > source-code formatter for Ruby. It's based on a robust lexical > > analyser which can ferret out most of the ambiguities in Ruby syntax, > > and is designed to be configurable in Ruby to set code standards, as > > well as being extensible. > > > It's a simple "gem install eden" to get, and I've got source up at: > >http://github.com/jasonl/eden > > > I'd love any feedback, as well as suggestions for further improvements > > / new features. > > > Cheers, > > > Jason > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby or Rails Oceania" 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 > > athttp://groups.google.com/group/rails-oceania?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
