-
Notifications
You must be signed in to change notification settings - Fork 0
Python interpreter
License
jonco3/dynamic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
dynamic
=======
A python interpreter implemented in C++.
Building
--------
Requires cmake.
$ mkdir release-build && cd release-build
$ cmake ..
$ make -j8 check
$ ./bin/dynamic
> print("Hello world")
Hello world
For a debug build use:
$ cmake -DCMAKE_BUILD_TYPE=DEBUG ..
About
Python interpreter
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published