Home > Archive > PERL Beginners > October 2006 > How to parse a new computer language in Perl?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to parse a new computer language in Perl?
|
|
|
| Hi all,
I was told that when design a new computer language, I need something
like yacc to define the language parser principle. And other people
told me that XML can be used to parse the computer language.
Please recommand a simple computer language parser module in Perl.
Best regards,
Davy
| |
| usenet@DavidFilmer.com 2006-10-06, 6:57 pm |
| Davy wrote:
> I was told that when design a new computer language, I need something
> like yacc to define the language parser principle. And other people
> told me that XML can be used to parse the computer language.
>
> Please recommand a simple computer language parser module in Perl.
Why not use what Perl (6) uses?
http://www.parrotcode.org/
--
David Filmer (http://DavidFilmer.com)
|
|
|
|
|