著者
柳 洋輔 重村哲至
出版者
徳山工業高等専門学校
雑誌
徳山工業高等専門学校研究紀要 (ISSN:24325627)
巻号頁・発行日
vol.39, pp.63-68, 2015-12-01

In this paper we describe how we enabled the standard C language functions in the educational system description language C--. Because of the flexible description ability, the C language is popular in the embedded system developers. But, it is difficult for students to master C language in a short time. So, we defined C-- language for the student. It is easy to master the C-- language that has no difficult C language syntax. And we developed the translator to use C-- with many computer systems. However, it was difficult to use the standard C functions in C-- because they used the types that depended on them. Therefore we introduced new syntax to define a type easily.