Parsing multiple files with same parser

2012-11-17 Thread Tadej Borovšak
compile it on demand. -- Tadej Borovšak tadej.borov...@gmail.com tadeb...@gmail.com blog.borovsak.si ___ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Re: Parsing multiple files with same parser

2012-11-17 Thread Tadej Borovšak
Hi. Dne 18.11.2012 (ned) ob 01:20 +0100 je Hans Aberg napisal(a): > On 17 Nov 2012, at 23:48, Tadej Borovšak wrote: > > > ... now I'm getting an error when trying to run > > my parser for the second time using the same file as input [1]. > ... > > /* Open

Re: Parsing multiple files with same parser

2012-11-17 Thread Tadej Borovšak
not using any of this stuff, since my assembly language is really simple. Basically, what I do when I compile program is to read instructions one after another and output machine code into array that represents memory of emulated machine. And thank you for your response. Cheers, Tadej -- Tadej Bo

Re: Parsing multiple files with same parser

2012-11-18 Thread Tadej Borovšak
Hi all. Dne 17.11.2012 (sob) ob 23:48 +0100 je Tadej Borovšak napisal(a): > Relevant piece of code that causes my parser to error-out looks like > this (this code is placed in the last section of my parser.y file, > inside main function): > > /* Open input stream etc. */ > yypa

Re: Having problems with updating the version of bison on mac

2014-05-16 Thread Tadej Borovšak
llation won't be picked up. What does "which bison" returns? Try executing "/usr/local/bin/bison --version" and check if/what you get back. Cheers, Tadej -- Tadej Borovšak blog.borovsak.si tadeb...@gmail.com tadej.borov...@gmail.com ___ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Re: QUESTION: is bison recursive?

2014-07-28 Thread Tadej Borovšak
rhaps Akim, which I think > implemented it, can tell. If I'm not mistaken, make has built-in rule for *.y -> *.c conversion. This is probably why no explicit rule is to be found in build system. Cheers, Tadej -- Tadej Borovšak tadej.borov...@gmail.com tadeb...@gmail.com blog.borovsak.

Re: ECCN For Bison Version 1.25

2018-04-05 Thread Tadej Borovšak
. The message at the other end of the link Hans posted talks about why gcc does not need an ECCN number: it is open source and contains no crypto code. And since bison is also open source and has no crypto code ... Cheers, Tadej -- Tadej Borovšak tadeb...@gmail.com tadej.boro