What is Rex in Ruby

What is Rex in Ruby…I am a newbie to Ruby…and require a basic info
on Rex, so that i can start of with.

Regards.

Hi,

  1. Go to http://google.com.
  2. Type in “ruby rex” (without the quotes).
  3. Go through the search results and see if it’s the “Rex” you’re
    looking for
  4. Read.

On Tue, Jul 24, 2012 at 3:23 PM, Parvez S. [email protected]
wrote:

What is Rex in Ruby…I am a newbie to Ruby…and require a basic info
on Rex, so that i can start of with.

No idea. Where did you pick up that word? What did Google say?

Cheers

robert

i am not sure of what rex is…it has an extension…ie. filename.rex

Google hasnt helped me much on finding info on rex. No such clear info
is available on rex.

http://www.google.com/search?btnG=1&pws=0&q=rex+in+ruby

On 2012.07.24 16:55, Parvez S. wrote:

rex in ruby - Google Search

http://rubyforge.org/projects/ruby-rex/

Jan E. wrote in post #1070001:

Well, what are we supposed to do now? The extension doesn’t say
anything, we need the file and the context.

I guess the file didn’t just appear on your hard disk but rather belongs
to a certain program. So where did you get it from? What does it
contain?

Sorry, but we’re not psychic.

maybe this can help you
http://raa.ruby-lang.org/project/rex/
http://www.ruby-forum.com/topic/157197

Parvez S. wrote in post #1070005:

maybe this can help you
http://raa.ruby-lang.org/project/rex/
Rex: howto use the lexer class? - Ruby - Ruby-Forum

lol I thought you were asking the question.

If that’s the “Rex” you were looking for, great. It’s part of a parser
for a custom language.

maybe this can help you

Hmm. So you answered your own question? :)))

Last updated 2006 though. That project seems to have been abandoned.

On Jul 24, 2012, at 10:16 , Marc H. wrote:

Last updated 2006 though. That project seems to have been abandoned.

is the latest version/variant of it.

Well, what are we supposed to do now? The extension doesn’t say
anything, we need the file and the context.

I guess the file didn’t just appear on your hard disk but rather belongs
to a certain program. So where did you get it from? What does it
contain?

Sorry, but we’re not psychic.

Of what i have got from various sources,
Rex is similar to Lex in C.
Rex is used in conjunction with Raac as like Lex with Yaac.
Rex performs the similar function what Lex performs, distributes the
input into tokens.

With Rex and Raac, we can create our own compiler.