robertmuth / Cwerg

The best C-like language that can be implemented in 10kLOC.
Apache License 2.0
477 stars 14 forks source link

How to use in a python project? #20

Open soppan opened 2 years ago

soppan commented 2 years ago

is there a pip package?

soppan commented 2 years ago

mainly the backend is what im interested in!

robertmuth commented 2 years ago

I have not found time to set up a pip package. The project might also be a bit premature for that.

There is a getting started page here: https://github.com/robertmuth/Cwerg/blob/master/Docs/getting_started.md

But it is a bit light on the python stuff. In a nutshell:

1) clone the repo 2) set export PYTHONPATH= to the root of the repo 3) try some of the examples in Examples/

If you notice gaps, errors, etc in the documentation let me know or better yet send a pull request,

soppan commented 2 years ago

Thank you, i might use C++/C instead