Copyright © 1998, Compiler Resources, Inc.
Corrections to Documentation

Yacc++ and the Language Objects Library

Corrections to Documentation

Yacc++ Installation Guide

The Installation Guide refers to installation via 3 1/2 " diskettes for the Windows NT/95 version. The current installation is from a CD-ROM.

Yacc++ Reference Guide

Chapter 9: Language Objects Library, Input Objects, Ref page 9-19:

     yy_boolean yy_inp_is_string(
                        Returns true if the string was successfully "opened" as the input object.

        char   *yy_string_ptr)
                        Is the string to lex and parse.  The string must be null terminated and contain no embedded null (0) characters.

Two versions of yy_inp_is_string() are documented:

  1. The version with one null terminated string parameter and no length (see above) doesn't exist. It will be added to Revision 2.3.

  2. The version with 2 parameters, the string to parse and its length, is available at all Revision 2.x revisions.

Yacc++ Tutorial Guide

This list is currently being compiled. Stay tuned.


Last updated on September 1, 1998. To send email to Compiler Resources, Inc.

Return to Yacc++ Home Page