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
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,