Which racc?

J

Jim Freeze

I see that racc is in the distro of Ruby 1.8.0.
It is slightly different than racc-1.4.3.

Can someone tell me which version I should be using?

Thanks
 
M

Minero Aoki

Hi,

In mail "Which racc?"
Jim Freeze said:
I see that racc is in the distro of Ruby 1.8.0.
It is slightly different than racc-1.4.3.

Can someone tell me which version I should be using?

Racc is composed of a "generator" and a "runtime".
A generator generates parser classes.
Parser classes works with a runtime.
Racc 1.4.3 includes both of a generator and a runtime.
Ruby 1.8.0 comes with only the racc 1.4.3 runtime.
Runtimes which are included in racc 1.4.3 and ruby 1.8.0
are functionally same one.

In a word:
If you need a generator, use racc 1.4.3.
Otherwise use ruby 1.8.0.

Regards,
Minero Aoki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top