Skip to content

Latest commit

History

777 Commits

Folders and files

NameName
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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages