Open ChrisCummins opened 8 years ago
Rather than going straight from Python -> C++, go through an IR. Contenders:
Then, add two API methods:
vp.save(exp, 'foo.json') # save expression tree IR exp = vp.load('foo.json') # load expression tree IR
Rather than going straight from Python -> C++, go through an IR. Contenders:
Then, add two API methods: