Conata: C declaration reader

Back
Download

Introduction

This is a simple declaration reader of C language by Nina. The target language is Java and this runs on JRE 7 or above.

Reference

This translates C declaration to human readable representation.
Parameters of a function is not supported.

codes

This implementation consists of the sources shown as follows.