Parser and token generator for Ada specifications
Date/Time of Processing: Saturday 04 June 1994 10:14:28Pm Overall Assessment of System: OK Classification of System: B Basis of Classification -- Syntax Errors PASS Completeness PASS Independence from External Libraries FAIL Independence from a Specific Ada Compiler PASS Explanations for failures -- System withs non-standard library units that are not provided Number of ... Files 1 Library Units 2 Lines 92 Statements 81 Comments 2 Unidentified Withed Units -- 1 unidentified withed units
languages/ada/swtools/specpars:
File Name Size
--------- ----
specpars.zip 196,287
Totals
============== ==============
1 Files 196,287
SpecPars is an Ada specification parser and token generator
tool for the MS-Windows Meridian OpenAda compiler. It can
be used to generate a stream of tokens from an Ada package
specification file. SpecPars works by creating a dynamic
link via a DLL to your client application. By collecting
the tokens produced by SpecPars you can search for keywords,
Ada identifiers, etc. for use in another Ada tool.
SPECPARS.ZIP file contains:
specpars.exe -- Specification Parser executable
specplib.dll -- Specification Parser dynamic link library
specplib.lib -- Specification Parser import library for
static linking
specpars.ada -- Specification Parser DLL specification
spec.y -- Grammar for Ada specifications
specpars.doc -- Installation and parsing instructions
ADAWIN.ZIP contains the paper "Ada Integration for an MS-
Windows Tool Framework" in which SpecPars is used as an
example.
1 1 June 94 Initial release to the PAL
This prologue must be included in all copies of this software. Restrictions on use or distribution: NONE
This software and its documentation are provided "AS IS" and without any expressed or implied warranties whatsoever. No warranties as to performance, merchantability, or fitness for a particular purpose exist. The user is advised to test the software thoroughly before relying on it. The user must assume the entire risk and liability of using this software. In no event shall any person or organization of people be held responsible for any direct, indirect, consequential or inconsequential damages or lost profits.