bug-bison
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Hans Aberg
Subject: Re: (no subject)
Date: Wed, 30 May 2001 15:39:50 +0200

At 12:02 +0200 2001/05/30, jonathon pollen wrote:
>   2) Do you know of a lex/yacc software that supports wide characters.

There is a (non-standard) Flex Unicode patch available at
  ftp://ftp.lauton.com/pub/flex-2.5.4-unicode-patch.tar.gz

I think strictly speaking that this patch only replaces char with wchar_t:
Some compilers has only 16 bits in wchar_t, whereas Unicode nowadays has 32
bits.

I haven't tried it though; it would be great to know if it works.

As for Bison, it only parses the numbers returned from the lexer. So it
should not be a problem using Bison, as long as you avoid its '..'
character feature.





reply via email to

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