Gate | Previous
| Korean
cparser project
cparser is included in the Coral library
and it aims to supply the virtual machine to execute byte codes and
the inline parser to immediately execute the source file written in
C language.
By this implementation, it is possible to support the high level functions
in a program, for example, accepting a numerical formula as a program input
parameter or execuing a user's C language script.
The current status
2008.02 : Started. Architecture is designed
2008.03 : Implementing symbol expansion API needed in the preprocessor
Gate | Previous
| Korean