On Friday, 7 September 2012 01:18:45 UTC+5:30, Nestor Arocha wrote:
> On Thursday, September 6, 2012 2:53:15 PM UTC+1, Ramchandra Apte wrote:
>
> > On Thursday, 6 September 2012 19:16:38 UTC+5:30, Dave Angel wrote:
>
> >
>
> > > On 09/06/2012 09:34 AM, Ramchandra Apte wrote:
>
> >
>
> > >
On Thursday, September 6, 2012 2:53:15 PM UTC+1, Ramchandra Apte wrote:
> On Thursday, 6 September 2012 19:16:38 UTC+5:30, Dave Angel wrote:
>
> > On 09/06/2012 09:34 AM, Ramchandra Apte wrote:
>
> >
>
> > > Translator means what precisely?
>
> >
>
> >
>
> >
>
> > Examples of translator
On 09/06/2012 09:53 AM, Ramchandra Apte wrote:
> On Thursday, 6 September 2012 19:16:38 UTC+5:30, Dave Angel wrote:
>> On 09/06/2012 09:34 AM, Ramchandra Apte wrote:
>>
>>> Translator means what precisely?
>>
>>
>> Examples of translators include compilers, assemblers, and
>>
>> interpreters. The
On Thursday, 6 September 2012 19:16:38 UTC+5:30, Dave Angel wrote:
> On 09/06/2012 09:34 AM, Ramchandra Apte wrote:
>
> > Translator means what precisely?
>
>
>
> Examples of translators include compilers, assemblers, and
>
> interpreters. They also include implementations like cfront, which
On 09/06/2012 09:34 AM, Ramchandra Apte wrote:
> Translator means what precisely?
Examples of translators include compilers, assemblers, and
interpreters. They also include implementations like cfront, which
translates from one high-level language to another lower-level
language. (high and low b
On Thursday, 6 September 2012 02:34:17 UTC+5:30, Nestor Arocha wrote:
> I'm developing a language workbench written in Python. The idea is to create
> an environment where grammars and translators can interact easily.
>
>
>
> https://github.com/nesaro/pydsl
>
>
>
> any comments, feedback or