Skip to content
/ smallpy Public

Small Python implement with C++, including simple Python object, add, print methods.

Notifications You must be signed in to change notification settings

zqhZY/smallpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

smallpy

Small Python implement with C++, including simple Python object, add, print methods.

compile

$ cd src
$ g++ *.cpp -o smpy

run and test

$ ./smpy 
********** Python Research **********
>>> a = 2
>>> b = 4
>>> c = a + b
>>> print c
6
>>> d = "hello world" 
>>> print d
hello world
>>> exit

About

Small Python implement with C++, including simple Python object, add, print methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages