help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regarding Compiler Construction using Bison


From: Hans Aberg
Subject: Re: Regarding Compiler Construction using Bison
Date: Sat, 6 Jul 2013 20:29:17 +0200

On 6 Jul 2013, at 15:00, vijay reddy <address@hidden> wrote:

>   I am Vijay from Andhra Pradesh, India. I have taken up a small project
> to construct a compiler for a simple language which supports just functions
> that can include assignment statements, function calls, and addition,
> subtraction, multiplication, and division. I wanted to know the procedure
> to construct a compiler using the Bison. I hope you will help me out and
> reply me soon.

You might ask in the Usenet newsgroup comp.compilers. If you want to compile to 
static code, and are interested in optimizations, you might have a look at 
<http://llvm.org>. Its JIT (just-in-time) translator is said to be too sluggish 
for dynamic languages, so that latter is another chapter. Guile 
<https://www.gnu.org/software/guile/> has an interesting language hierarchy.

Hans





reply via email to

[Prev in Thread] Current Thread [Next in Thread]