ASDEditor version 1.02 changes from version 1.01: 1. Some bugs found in version 1.01 have been fixed. 2. De-selections of instance numbers, edge numbers and edges in the panes of the edit window are now performed appropriately when nodes are deleted. 3. A Help menu has been added with an About ASDEditor entry. 4. Keyboard accelerators have been added to the main menus. 5. Note: In order for the "save As" function in the File menu to change the default directory properly when a file is saved to a different subdirectory from a previous default directory, it has been necessary to re-load the saved file after saving it. That causes the parts of the grammar which were displayed at the time of the save to be hidden. ASDParser version 1.02 change from version 1.01: The static variables NOADVANCE (also NO), QUIT, and SUCCEED, which are returned by the advance method, are no longer declared final, and class methods setNOADVANCE, setQUIT and setSUCCEED have been added so clients can change their values. This has been done to permit the client to avoid conflict of those values with other values which may be returned by the semanticValue method for a particular client application.