
抄録
B-009
XMLに基づくC言語用のマークアップコンバータ設計と開発手法
◎砥板卓矢(同志社大)・吉田万輝(クックパッド)・芳賀博英(同志社大)
The software testing support environment IST(Integrated Software Testing Environment) is an integrated environment for software testing support. In IST, source codes of programming languages are expressed in XML form, and stored in a program database. In order to construct the database easily, the software for converting a source code into XML form is required. The converter for Java language has already existed. However about C language, there is no converter. This paper describes the design of the markup language CML (C Markup Language) for C language and development of the converter.