情報処理学会ホームページ
FIT2014 第13回情報科学技術フォーラム 開催日:2014年9月3日(水)~5日(金) 会場:筑波大学筑波キャンパス 一般社団法人電子情報通信学会 情報・システムソサイエティ 一般社団法人電子情報通信学会 ヒューマンコミュニケーショングループ 一般社団法人情報処理学会 筑波大学
抄録
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.