20062013Ericsson AB. All Rights Reserved.
The contents of this file are subject to the Erlang Public License,
Version 1.1, (the "License"); you may not use this file except in
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
Parsetools Release NotesHans Bolinder06-02-20Anotes_history.sgmlParsetools 1.3Improvements and New Features
The source code was cleaned up from unused variables to
eliminate compiler warnings. No other changes.
Own Id: OTP-5185
Parsetools 1.2
No release notes.
Parsetools 1.1
No release notes.
Parsetools 1.0.1Fixed Bugs and malfunctions
Correction in yeccpre.hrl to give correct syntax
error info when the offending token was of the form
{Class, Line, Value}.
Own Id: OTP-1881
The yecc function does now accept atoms in the
Grammarfile, Parserfile and Includefile
arguments.