[antlr-interest] Changes to C runtime for 3.4

Julien BLACHE jb at jblache.org
Fri Jun 24 10:10:05 PDT 2011


Jim Idle <jimi at temporal-wave.com> wrote:

Hi Jim,

> 1)      The distinction between ASCII and UCS2 input streams is now removed
> and there is a single function: antlr3FileStreamNew() to replace the file
> related input streams and a function” antlr3StringStreamNew to replace the
> memory related input streams. Prototypes and usage:

antlr3StringStreamNew() crashes by calling a NULL funcptr when creating
a new UTF8 stream.

At the bottom of the function, input->strFactory->newStr8() is NULL.

JB.

-- 
Julien BLACHE                                   <http://www.jblache.org> 
<jb at jblache.org>                                  GPG KeyID 0xF5D65169


More information about the antlr-interest mailing list