Some seeming context sensitivity, and shift/reduce errors

2007-12-06 Thread jakykong
Greetings! I am fairly new at using Bison and Flex. I've googled this a bit and read most of the Bison manual. Here's my problem: test.l returns these tokens: WORD - series of alphanumeric characters WHITE - series of [:blank:] characters NL - newline character EF - end-of-file character '*' - a

Re: Some seeming context sensitivity, and shift/reduce errors

2007-12-07 Thread jakykong
Hans Aberg wrote: > > On 6 Dec 2007, at 23:21, jakykong wrote: > >> I am trying to make a simple markup language, that will take a text >> file and >> change it into an HTML file (eventually, thiss will be part of a >> Wiki i'm >> writing,