JPH0219925A - Document production system - Google Patents

Document production system

Info

Publication number
JPH0219925A
JPH0219925A JP63170362A JP17036288A JPH0219925A JP H0219925 A JPH0219925 A JP H0219925A JP 63170362 A JP63170362 A JP 63170362A JP 17036288 A JP17036288 A JP 17036288A JP H0219925 A JPH0219925 A JP H0219925A
Authority
JP
Japan
Prior art keywords
analysis data
source program
storage device
source
document
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP63170362A
Other languages
Japanese (ja)
Inventor
Tatsuo Shimizu
清水 達男
Takahiro Kudou
工藤 尊弘
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63170362A priority Critical patent/JPH0219925A/en
Publication of JPH0219925A publication Critical patent/JPH0219925A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To improve the working efficiency of a document production system by analyzing a source program stored in a source program memory and offering an accurate document to a development/maintenance operator. CONSTITUTION:A program analyzing device 4 reads a source text out of a source program memory 3 according to the source program identification name stored in a source program identification name memory 2 with the designation of a process designating device 1. Then the device 4 segments the vocabularies by reference to a reserved word table, checks the syntax structure, and extracts the data for reference at the production of a document and stores this data in an analysis data memory 5. At the same time, an analysis data maintenance device 6 adds, substitutes and deletes the analysis data stored in the memory 5 according to the source program identification name with designation of the device 1. Then a document output device 7 reads the analysis data out of the memory 5 and outputs a document 8 based on the analysis data. Thus the working efficiency is improved in a document production system.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ソフトウェアの開発支援におけるドキュメン
ト生成に関する。特にソースプログラム記憶装置に格納
されているソースプログラムを解析し、ドキュメントを
生成する方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to document generation in software development support. In particular, the present invention relates to a method for analyzing a source program stored in a source program storage device and generating a document.

〔概要〕〔overview〕

本発明はソフトウェア開発支援におけるドキュメント生
成方式において、 ソースプログラム識別名とソーステキストを組とする複
数のソースプログラムを記憶装置に格納しておき、この
格納されたソースプログラムを解析し、開発・保守作業
者にソフトウェアの正確なドキュメントを提供すること
により、 作業効率を向上させるようにしたものである。
The present invention provides a document generation method for software development support, in which a plurality of source programs each consisting of a source program identification name and a source text are stored in a storage device, and the stored source programs are analyzed to perform development and maintenance work. The aim is to improve work efficiency by providing accurate software documentation to personnel.

〔従来技術〕[Prior art]

従来のドキュメント作成作業では、人間がソフトウェア
内容を理解し、ドキュメントを手作業で作成しでいた。
In traditional documentation creation work, humans understood the software content and created the documentation manually.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のドキュメント作成作業では、ドキュメン
トの作成工数がかかるために、ソフトウェアの改造およ
び機能強化に伴うドキュメントの保守作業を同期をとっ
て行うことが困難であり、また手作業で作成するために
ドキュメントに記述される内容と出力形式の標準化が困
難であり、必要な情報が別の作業者に伝達されないなど
の問題点がある。
The conventional document creation process described above requires many man-hours to create the document, making it difficult to synchronize document maintenance work associated with software modifications and functional enhancements. It is difficult to standardize the content described in documents and the output format, and there are problems such as necessary information not being communicated to other workers.

本発明は、上記問題点を解決し、開発・保守作業者にソ
フトウェアの正確な情報を提供し、作業の効率を向上さ
せることを目的とする。
The present invention aims to solve the above-mentioned problems, provide accurate software information to development and maintenance workers, and improve work efficiency.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、ドキュメントの生成を行うためのプログラム
解析処理、解析データの追加・置換・削除処理を含む処
理モードおよび処理対象を指定する処理指定装置と、こ
の処理指定装置によって、処理対象として指定されたソ
ースプログラムの識別名を格納するソースプログラム識
別名記憶装置と、ソースプログラム識別名とソーステキ
ストを組とする複数のソースプログラムを格納するソー
スプログラム記憶装置と、前記処理指定装置によりプロ
グラム解析処理が指定されたときに、前記ソースプログ
ラム識別名記憶装置に格納されたソースプログラム識別
名に従って、前記ソースプログラム記憶装置からソース
テキストを読み込み、予約語テーブルを参照し、語彙を
切り出し、構文のチェックを行い、ドキュメントの生成
時に参照するデータを抽出するプログラム解析装置と、
このプログラム解析装置が抽出した解析データを格納す
る解析データ記憶装置と、前記処理指定装置で解析デー
タの追加・置換・削除処理が指定されたときに、前記ソ
ースプログラム識別名記憶装置に格納されたソースプロ
グラム識別名に従って、前記解析データ記憶装置に格納
されている解析データを追加・置換・削除する解析デー
タ保守装置と、前記解析データ記憶装置から解析データ
を読み込み、解析データをもとにドキュメントを出力す
るドキュメント出力装置とを備えたことを特徴とする。
The present invention provides a processing designation device that specifies a processing mode and a processing target including program analysis processing for generating a document, analysis data addition/replacement/deletion processing, and a processing designation device that specifies a processing target. a source program identification name storage device that stores identification names of source programs that have been created; a source program storage device that stores a plurality of source programs that are pairs of source program identification names and source texts; and a program analysis process that is performed by the processing designation device. When specified, reads the source text from the source program storage device according to the source program identification name stored in the source program identification storage device, refers to the reserved word table, extracts vocabulary, and checks the syntax. , a program analysis device that extracts data to be referenced when generating a document;
an analysis data storage device that stores analysis data extracted by this program analysis device; and an analysis data storage device that stores analysis data extracted by the program analysis device; and an analysis data storage device that stores analysis data extracted by the program analysis device; an analysis data maintenance device that adds, replaces, or deletes analysis data stored in the analysis data storage device according to a source program identification name; and an analysis data maintenance device that reads analysis data from the analysis data storage device and creates a document based on the analysis data. The present invention is characterized by comprising a document output device for outputting the document.

〔作用〕[Effect]

処理指定装置がドキュメントの生成を行うためのプログ
ラム解析処理、解析データの追加・置換・削除処理を含
む処理モードおよび処理対象を指定し、ソースプログラ
ム識別名記憶装置がこの処理指定装置によって、処理対
象として指定されたソースプログラムの識別名を格納し
、ソースプログラム記憶装置がソースプログラム識別名
とソーステキストを組とする複数のソースプログラムを
格納する。
The processing designation device specifies the processing mode and processing target, including program analysis processing for document generation, addition/replacement/deletion processing of analysis data, and the source program identification name storage device specifies the processing target. The source program storage device stores a plurality of source programs that are pairs of source program identification names and source texts.

また、プログラム解析装置が処理指定装置によりプログ
ラム解析処理が指定されたときに、ソースプログラム識
別名記憶装置に格納されたソースプログラム識別名に従
って、ソースプログラム記憶装置からソーステキストを
読み込み、予約語テーブルを参照し、語彙を切り出し、
構文のチェックを行い、ドキュメントの生成時に、参照
するデータを抽出し、解析データ記憶装置に格納し、解
析データ保守装置が処理指定装置により解析データの追
加・置換・削除処理が指定されたときに、ソースプログ
ラム識別名記憶装置に格納されたソースプログラム識別
名に従って、解析データ記憶装置に格納されている解析
データを追加・置換・削除し、ドキュメント出力装置が
解析データ記憶装置から解析データを読み込み、解析デ
ータをもとにドキュメントを出力する。これにより作業
の効率を向上させることができる。
Also, when the program analysis device specifies program analysis processing by the processing specification device, the program analysis device reads the source text from the source program storage device according to the source program identification name stored in the source program identification storage device, and creates a reserved word table. Reference, cut out vocabulary,
The syntax is checked, and when a document is generated, the reference data is extracted and stored in the analysis data storage device, and when the analysis data maintenance device is specified to add, replace, or delete analysis data by the processing specification device, , adds, replaces, or deletes the analysis data stored in the analysis data storage device according to the source program identification name stored in the source program identification name storage device; the document output device reads the analysis data from the analysis data storage device; Output a document based on the analysis data. This can improve work efficiency.

〔実施例〕〔Example〕

次に本発明実施例を図面に基づいて説明する。 Next, embodiments of the present invention will be described based on the drawings.

第1図は本発明実施例の構成を示す図である。FIG. 1 is a diagram showing the configuration of an embodiment of the present invention.

本発明実施例は、ドキュメントの生成を行うためのプロ
グラム解析処理、解析データの追加・置換・削除処理を
含む処理モードおよび処理対象を指定する処理指定装置
1と、この処理指定装置1によって、処理対象として指
定されたソースプログラムの識別名を格納するソースプ
ログラム識別名記憶装置2と、ソースプログラム識別名
とソーステキストを組とする複数のソースプログラムを
格納するソースプログラム記憶装置3と、処理指定装置
1によりプログラム解析処理が指定されたときに、ソー
スプログラム識別名記憶装置2に格納されたソースプロ
グラム識別名に従って、ソースプログラム記憶装置3か
らソーステキストを読み込み、予約語テーブルを参照し
、講堂を切り出し、構文のチェックを行い、ドキュメン
トの生成時に参照するデータを抽出するプログラム解析
装置4と、このプログラム解析装置4が抽出した解析デ
ータを格納する解析データ記憶装置5と、処理指定装置
1て解析データの追加・置換・削除処理が指定されたと
きに、ソースプログラム識別名記憶装置2に格納された
ソースプログラム識別名に従って、解析データ記憶装置
5に格納されている解析データを追加・置換・削除する
解析データ保守装置6と、解析データ記憶装置5から解
析データを読み込み、解析データをもとにドキュメント
8を出力するドキュメント出力装置7とを備える。
The embodiment of the present invention includes a process specifying device 1 that specifies a process mode and a process target including a program analysis process for generating a document and a process of adding, replacing, and deleting analysis data, and a process specifying device 1 that specifies a process target. A source program identification name storage device 2 that stores an identification name of a source program designated as a target, a source program storage device 3 that stores a plurality of source programs that are pairs of source program identification names and source texts, and a processing specification device. When program analysis processing is designated by 1, the source text is read from the source program storage device 3 according to the source program identification name stored in the source program identification name storage device 2, the reserved word table is referred to, and the auditorium is extracted. , a program analysis device 4 that checks the syntax and extracts data to be referred to when generating a document, an analysis data storage device 5 that stores the analysis data extracted by the program analysis device 4, and a processing specification device 1 that stores the analysis data. When addition/replacement/deletion processing is specified, the analysis data stored in the analysis data storage device 5 is added, replaced, or deleted according to the source program identification name stored in the source program identification name storage device 2. It includes an analytical data maintenance device 6 and a document output device 7 that reads analytical data from the analytical data storage device 5 and outputs a document 8 based on the analytical data.

このように構成された本発明実施例の動作について説明
する。処理指定装置1では、処理指定モード(プログラ
ム解析処理、解析データの追加・置換・削除処理)およ
び処理対象を指定する。プログラム解析処理が選択され
た場合には、プログラム解析装置4が起動される。解析
データの追加・置換・削除処理が選択された場合には、
解析データ保守装置6が起動される。また処理対象は、
ソースプログラム識別名記憶装置2に格納される。
The operation of the embodiment of the present invention configured as described above will be explained. The process specification device 1 specifies a process specification mode (program analysis process, analysis data addition/replacement/deletion process) and a process target. When program analysis processing is selected, the program analysis device 4 is activated. If adding, replacing, or deleting analysis data is selected,
The analysis data maintenance device 6 is activated. In addition, the processing target is
The source program identification name is stored in the storage device 2.

プログラム解析装置4は、ソースプログラム識別名記憶
装置2に格納されたソースプログラム識別名に従って、
ソースプログラムを格納したソースプログラム記憶装置
3より、ソースプログラムを読みだし、解析データ記憶
装置5に解析データを出力する。
The program analysis device 4 analyzes the source program identification name stored in the source program identification name storage device 2.
The source program is read from the source program storage device 3 storing the source program, and analysis data is output to the analysis data storage device 5.

解析データ保守装置6は、ソースプログラム識別名記憶
装置2に格納されたソースプログラム識別名に従って、
解析データ記憶装置5に格納されている解析データを追
加・置換・削除する。
The analysis data maintenance device 6 uses the source program identification name stored in the source program identification name storage device 2.
Add, replace, or delete analysis data stored in the analysis data storage device 5.

ドキュメント出力装置7は、解析データ記憶装置5に格
納されている解析データを参照し、ドキュメント8を出
力する。
The document output device 7 refers to the analysis data stored in the analysis data storage device 5 and outputs the document 8.

第2図は、本実施例におけるソースプログラム識別名記
憶装置2の構成を示し、ソースプログラム識別名が格納
される。
FIG. 2 shows the configuration of the source program identification name storage device 2 in this embodiment, in which source program identification names are stored.

第3図は、本実施例におけるソースプログラム記憶装置
3の構成を示し、複数個のソースプログラム記イ、@単
位から構成され、そのソースプログラム記憶単位はソー
スプログラム識別名とソーステキストからなる。
FIG. 3 shows the structure of the source program storage device 3 in this embodiment, which is composed of a plurality of source program entries and @ units, and the source program storage unit consists of a source program identification name and a source text.

第4図は、本実施例におけるプログラム解析装置4の構
成を示す。ソーステキスト読み取り部41は、ソースプ
ログラム識別名記憶装置2に格納されたソースプログラ
ム識別名に従って、ソースプログラム記憶装置3より、
ソーステキストを読み込む。語堂切り出し部42は、ソ
ーステキスト読み取り部41で読み込んだソーステキス
トを、予約語テーブル43を参照し講堂に分解する。構
文チェック部44は、構文規則テーブル45を用いて構
文のチェックを行う。解析データ抽出部46は、解析デ
ータを解析データ記憶装置5に格納する。
FIG. 4 shows the configuration of the program analysis device 4 in this embodiment. The source text reading unit 41 reads from the source program storage device 3 according to the source program identification name stored in the source program identification name storage device 2.
Load source text. The word hall cutting unit 42 decomposes the source text read by the source text reading unit 41 into halls by referring to the reserved word table 43. The syntax checking unit 44 uses a syntax rule table 45 to check the syntax. The analysis data extraction unit 46 stores the analysis data in the analysis data storage device 5.

第5図は、本実施例における解析データ記1.!装置5
の構成を示し複数の解析データ記憶単位からなる。解析
データ記憶単位はソースプログラム識別名と解析データ
の組からなる。解析データは以下のデータ種別と対応す
るデータの組からなっている。
FIG. 5 shows analysis data in this example. ! Device 5
It shows the structure of the analysis data storage unit and consists of a plurality of analysis data storage units. The analysis data storage unit consists of a source program identification name and analysis data pair. The analysis data consists of the following data types and corresponding data sets.

データ種別: ■ プログラム情報(名称、ステップ数)■ データ情
報(宣言行、記述行、タイプ)■ 命令情報(命令種別
、記述行、データ名)第6図は、本実施例における解析
データ保守装置6の構成を示す。処理指定装置1で解析
データの削除が指定された場合削除部61が起動される
Data types: ■ Program information (name, number of steps) ■ Data information (declaration line, description line, type) ■ Command information (instruction type, description line, data name) Figure 6 shows the analysis data maintenance device in this embodiment. 6 is shown. When deletion of analysis data is designated by the processing designation device 1, the deletion unit 61 is activated.

削除部61は、ソースプログラム識別名記憶装置2に従
って解析データ記憶装置5に格納されている解析データ
を削除する。また、処理指定装置1で解析データの追加
・置換が指定された場合複写部62が起動される。複写
部62は、別の解析データ記憶装置5からソースプログ
ラム識別名記憶装置2に従って解析データを追加・置換
する。
The deletion unit 61 deletes the analysis data stored in the analysis data storage device 5 according to the source program identification name storage device 2 . Further, when addition/replacement of analysis data is specified by the processing specifying device 1, the copying unit 62 is activated. The copying unit 62 adds and replaces analysis data from another analysis data storage device 5 according to the source program identification name storage device 2 .

第7図は、本実施例におけるドキュメント出力装置7の
構成を示す。ドキュメント出力装置7は、解析データ記
憶装置5に格納されている解析データをもとに、システ
ム設計書81(ソフトウェア全体に関するドキュメント
)、プログラム設計書82くプログラムに関するドキュ
メント)、改造・保守設計書83(改造・保守に関する
ドキュメント)を作成する。
FIG. 7 shows the configuration of the document output device 7 in this embodiment. The document output device 7 outputs a system design document 81 (a document related to the entire software), a program design document 82 (a document related to programs), and a modification/maintenance design document 83 based on the analysis data stored in the analysis data storage device 5. (Documents related to modifications and maintenance) will be created.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、ソースプログラム
記憶装置に格納されているソースプログラムを解析し、
開発・保守作業者にソフトウェアの正確なドキュメント
を提供することにより、作業の効率を向上させる効果が
ある。
As explained above, according to the present invention, a source program stored in a source program storage device is analyzed,
Providing development and maintenance workers with accurate software documentation has the effect of improving work efficiency.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明実施例の構成を示す図。 第2図は本発明実施例のソースプログラム識別名記憶装
置の構成を示す図。 第3図は本発明実施例のソースプログラム記憶装置の構
成を示す図。 第4図は本発明実施例のプログラム解析装置の構成を示
す図。 第5図は本発明実施例の解析データ記憶装置の構成を示
す図。 第6図は本発明実施例の解析データ保守装置の構成を示
す図。 第7図は本発明実施例のドキュメント出力装置の構成を
示す図。 1・・・処理指定装置、2・・・ソースプログラム識別
名記憶装置、3・・・ソースプログラム記憶装置、4・
・・プログラム解析装置、5・・・解析データ記憶装置
、6・・・解析データ保守装置、7・・・ドキュメント
出力装置、8・・・ドキュメント、41・・・ソーステ
キスト読み取り部、42・・・語彙切り出し部、43・
・・予約語テーブル、44・・・構文チェック部、45
・・・構文規則テーブル、46・・・解析データ抽出部
、61・・・削除部、62・・・複写部、81・・・シ
ステム設計書、82・・・プログラム設計書、83・・
・改造・保守設計書。
FIG. 1 is a diagram showing the configuration of an embodiment of the present invention. FIG. 2 is a diagram showing the configuration of a source program identification name storage device according to an embodiment of the present invention. FIG. 3 is a diagram showing the configuration of a source program storage device according to an embodiment of the present invention. FIG. 4 is a diagram showing the configuration of a program analysis device according to an embodiment of the present invention. FIG. 5 is a diagram showing the configuration of an analysis data storage device according to an embodiment of the present invention. FIG. 6 is a diagram showing the configuration of an analysis data maintenance device according to an embodiment of the present invention. FIG. 7 is a diagram showing the configuration of a document output device according to an embodiment of the present invention. DESCRIPTION OF SYMBOLS 1... Processing designation device, 2... Source program identification name storage device, 3... Source program storage device, 4.
...Program analysis device, 5...Analysis data storage device, 6...Analysis data maintenance device, 7...Document output device, 8...Document, 41...Source text reading unit, 42...・Vocabulary extraction section, 43・
...Reserved word table, 44...Syntax check section, 45
...Syntax rule table, 46...Analysis data extraction section, 61...Deletion section, 62...Copying section, 81...System design document, 82...Program design document, 83...
・Remodeling/maintenance design document.

Claims (1)

【特許請求の範囲】 1、ドキュメントの生成を行うためのプログラム解析処
理、解析データの追加・置換・削除処理を含む処理モー
ドおよび処理対象を指定する処理指定装置(1)と、 この処理指定装置によって、処理対象として指定された
ソースプログラムの識別名を格納するソースプログラム
識別名記憶装置(2)と、 ソースプログラム識別名とソーステキストを組とする複
数のソースプログラムを格納するソースプログラム記憶
装置(3)と、 前記処理指定装置によりプログラム解析処理が指定され
たときに、前記ソースプログラム識別名記憶装置に格納
されたソースプログラム識別名に従って、前記ソースプ
ログラム記憶装置からソーステキストを読み込み、予約
語テーブルを参照し、語彙を切り出し、構文のチェック
を行い、ドキュメントの生成時に参照するデータを抽出
するプログラム解析装置(4)と、 このプログラム解析装置が抽出した解析データを格納す
る解析データ記憶装置(5)と、 前記処理指定装置で解析データの追加・置換・削除処理
が指定されたときに、前記ソースプログラム識別名記憶
装置に格納されたソースプログラム識別名に従って、前
記解析データ記憶装置に格納されている解析データを追
加・置換・削除する解析データ保守装置(6)と、 前記解析データ記憶装置から解析データを読み込み、解
析データをもとにドキュメント(8)を出力するドキュ
メント出力装置(7)と を備えたことを特徴とするドキュメント生成方式。
[Claims] 1. A process specification device (1) that specifies a processing mode and processing target including program analysis processing for document generation and addition/replacement/deletion processing of analysis data; and this processing specification device. A source program identification name storage device (2) that stores the identification name of a source program designated as a processing target, and a source program storage device (2) that stores a plurality of source programs that are pairs of source program identification names and source texts. 3) When a program analysis process is specified by the process specifying device, the source text is read from the source program storage device according to the source program identification name stored in the source program identification storage device, and the source text is stored in the reserved word table. a program analysis device (4) that references the data, extracts vocabulary, checks syntax, and extracts data to be referenced when generating a document; and an analysis data storage device (5) that stores the analysis data extracted by this program analysis device. ), and when analysis data addition/replacement/deletion processing is designated by the processing designation device, the analysis data is stored in the analysis data storage device according to the source program identification name stored in the source program identification storage device. an analysis data maintenance device (6) that adds, replaces, and deletes analysis data; and a document output device (7) that reads analysis data from the analysis data storage device and outputs a document (8) based on the analysis data. A document generation method characterized by:
JP63170362A 1988-07-08 1988-07-08 Document production system Pending JPH0219925A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63170362A JPH0219925A (en) 1988-07-08 1988-07-08 Document production system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63170362A JPH0219925A (en) 1988-07-08 1988-07-08 Document production system

Publications (1)

Publication Number Publication Date
JPH0219925A true JPH0219925A (en) 1990-01-23

Family

ID=15903529

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63170362A Pending JPH0219925A (en) 1988-07-08 1988-07-08 Document production system

Country Status (1)

Country Link
JP (1) JPH0219925A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03240139A (en) * 1990-02-17 1991-10-25 Mitsubishi Electric Corp Static program analyzing system
JP2003074711A (en) * 2001-09-04 2003-03-12 Keeper Co Ltd Oil seal with retainer

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03240139A (en) * 1990-02-17 1991-10-25 Mitsubishi Electric Corp Static program analyzing system
JP2003074711A (en) * 2001-09-04 2003-03-12 Keeper Co Ltd Oil seal with retainer

Similar Documents

Publication Publication Date Title
JP4477531B2 (en) Data import method and data import apparatus
US5261103A (en) Method of and system for compiling source program
JPH0219925A (en) Document production system
JP3476881B2 (en) Specification generator
JP3431685B2 (en) Document-dictionary link generator
CN114818630B (en) Method and related equipment for generating multilingual language resource file based on CocoaPods tool
JP2811804B2 (en) Variable output range specification method
JP3419483B2 (en) Natural language processing apparatus and method
JPH04178829A (en) File definition information editing system in load module
JP2893239B2 (en) Translation support dictionary search and display system
JPH02297154A (en) Description preparation device
JPH09282310A (en) Markup document data editing device
JPS6375836A (en) Program forming device
JPH02289065A (en) Document generation supporting system
JPS62113237A (en) Control system for composition and edition of message text
JPH04273328A (en) Generation system for cross-reference list
JPH05324632A (en) Swinging processing system for notation
JPH08272596A (en) Program design generation device
JPH077421B2 (en) Multilingual document creation method
JPS62282334A (en) Name index display system to object list
JPH05324715A (en) Machine translation processor
JPH03105667A (en) Automatic generation processing system for index page data
JPH0264757A (en) Message text editing control system
JPH0540612A (en) Computer prperty conversion processor
JPH02227737A (en) Compiling unit control system