Fast IFS using RPN notation
python
c
x86-64
nasm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

python_if.c 182B

12345678
  1. #include "python_if.h"
  2. int rpnexpr_init(PyObject *self, PyObject *args, PyObject *kwds)
  3. {
  4. /**@todo Need a C function returning RPNExpr (or must take
  5. RPNExpr as arguments... */
  6. }