vote up 2 vote down star

I would need lexers for as many programming languages I could get, and I would need them to be written in ruby. Do you know any?

flag

2 Answers

vote up 1 vote down

This might not fit you, but can I suggest you to take a look at Pygments for Python? I understand it might fall outside the scope of your question but this tool has support for a ton of languages and it provides a command-line tool so you can call it from Ruby.

Albino is a small Ruby wrapper for using Pygments from Ruby: http://gist.github.com/82824

link|flag
vote up 2 vote down

Would RACC be useful to you?

link|flag
I don't want to have to write the lexers myself. I would like them to be ready made. – Geo Mar 19 at 13:39
Grammars exist for a lot of different languages. Just google for LALR grammars for a given language. – greyfade Mar 19 at 14:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.