I need lexers for as many programming languages that I could get, and I need them to be written in ruby. Do you know anyone?
Would a RACC be useful ?
You can combine it with REX to generate your lexer.
RACC is not a lexer. This is a parser generator. REX is a lexer, and it is ready, it is a ruby implementation of lex.
Another lexer for ruby. I think it's called ruby-lex.
, Pygments Python? , , , , Ruby.
Albino is a small Ruby shell for using Pyigs from Ruby: http://gist.github.com/82824
Source: https://habr.com/ru/post/1704981/More articles:Hibernate: Is it possible to bind a SessionFactory to a JNDI name? - hibernateConverting assembly to byte [] - c #Пересечение операторов присваивания? - c++Редактируемый "GridView", как управление в ASP.NET MVC - asp.net-mvcПочему загрузка моего модуля Perl в mod_perl заставляет Apache висеть? - perlASP.Net MVC Json Result: параметры, переданные в метод контроллера - jsonRunning MSIL inside Visual Studio - visual-studioC # - How can I cut a line at the end to fit in a div? - c #Is the "sender" in Button_Click (the sender of the object ... really the sender? - c #long on a 64-bit machine - c #All Articles