Categories: None [Edit]

oedipus_lex

https://rubygems.org/gems/oedipus_lex
https://github.com/seattlerb/oedipus_lex
Oedipus Lex is a lexer generator in the same family as Rexical and Rex. Oedipus Lex is my independent lexer fork of Rexical. Rexical was in turn a fork of Rex. We've been unable to contact the author of rex in order to take it over, fix it up, extend it, and relicense it to MIT. So, Oedipus was written clean-room in order to bypass licensing constraints (and because bootstrapping is fun). Oedipus brings a lot of extras to the table and at this point is only historically related to rexical. The syntax has changed enough that any rexical lexer will have to be tweaked to work inside of oedipus. At the very least, you need to add slashes to all your regexps. Oedipus, like rexical, is based primarily on generating code much like you would a hand-written lexer. It is _not_ a table or hash driven lexer. It uses StrScanner within a multi-level case statement. As such, Oedipus matches on the _first_ match, not the longest (like lex and its ilk). This documentation is not meant to bypass any prerequisite knowledge on lexing or parsing. If you'd like to study the subject in further detail, please try [TIN321] or the [LLVM Tutorial] or some other good resource for CS learning. Books... books are good. I like books.

Total

Ranking: 22,806 of 180,402
Downloads: 54,523

Daily

Ranking: 24,576 of 180,392
Downloads: 10

Depended by

RankDownloadsName
293109,122,627ruby_parser
12,694139,226ruby_parser-legacy
45,96621,378predicator
90,2138,064wml_action
96,0837,350rubex
114,6195,256praatrb

Depends on

RankDownloadsName
214146,124,327rdoc
1,9528,404,214hoe

Owners

#GravatarHandle
1iconzenspider