Tuesday, April 10, 2012

Extending Python with C - 1

The idea of linking these two languages is that:
python args -> Parser -> c args
c output  -> Parser ->python objects

the  Parser is written in C. and a Wrapper C program is needed to call the Parser and link python with C


No comments:

Post a Comment