This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Python transformer for Guile?


sen_ml@eccosys.com writes:

> as far as the code management goes, it might be nice if both the
> source language and the translator used a common library for the
> parsing code.

Yes.  I think that we should aim at finally having a generic
table-driven lexical analyzer and parser, as in Bigloo.

We then express different syntaxes and grammars in a Schemelike syntax
and have tools which compiles these into tables for the parsers.

So the initial stages of translation for each language can simply be
represented by a number of tables.


It's certainly an extremely important task to provide this kind of
generic parser support for Guile.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]