help-bison
[Top][All Lists]
Advanced

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

Re: Parsing multiple files with same parser


From: Tadej Borovšak
Subject: Re: Parsing multiple files with same parser
Date: Sun, 18 Nov 2012 02:34:24 +0100

Hi.

Dne 17.11.2012 (sob) ob 17:24 -0800 je Chris verBurg napisal(a):
> 
> One thing that's bitten me in the past is that yyrestart doesn't reset
> the flex start-state.  If you have any of those, maybe add a
> "BEGIN(INITIAL)" to your other flush code?

I'm 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 Borovšak
address@hidden
address@hidden
blog.borovsak.si




reply via email to

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