objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

Add C wrapper for `lang.h` #305

Closed ghost closed 1 year ago

ghost commented 1 year ago

My coding skill is bad but everything did compile fine. Didn't test anything further since I'm not even know how to use the original C++ API. There is no makefiles. Only a simple build.sh to build the DLL.

@objeck