Package byucc.edif.javacc

Parses an EDIF file and creates the EDIF data structure

See:
          Description

Interface Summary
EdifParserCoreConstants  
 

Class Summary
EdifParser Provides a stand alone EDIF parser that interacts with the byucc.edif package.
EdifParserCore Options that we should provide to parser: - generate interfaces only (don't look at contents of EdifCell objects) - Used for BuildWrapper and other interface tools - ignore rename objects (significantly reduce memory requirements) TODO: - Save user comments ( comment() production) - Handle "version" and make sure proper version is parsed and identified
EdifParserCore.JJCalls  
EdifParserCoreTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
EdifParserCore.LookaheadSuccess  
TokenMgrError  
 

Package byucc.edif.javacc Description

Parses an EDIF file and creates the EDIF data structure.

Related Links

Package To Dos