Re: Regarding Compiler Construction using Bison

2013-07-06 Thread Hans Aberg
On 6 Jul 2013, at 15:00, vijay reddy 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, multiplicatio

Re: Regarding Compiler Construction using Bison

2013-07-06 Thread Philip Herron
This is a bigger question in how do i make a compiler using bison. It depends on what you want to do i assume you want to output traditional assembler but if your asking this generic question you should probably do some more reading around the subject. To get a jist of what bison offers follow the

Python parser

2013-07-06 Thread BrIan M. Ames
Hi, I am using Bison to create parsers in Python by using a script to convert the output C tables to Python lists. I would like to contribute the creation of direct output to Python to simplify my work. I already a working Python yyparse procedure. -- Best regards, Brian M. Ames http://www.

Regarding Compiler Construction using Bison

2013-07-06 Thread vijay reddy
Hello, 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 procedu