This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
gython
mirror of
https://github.com/brettlangdon/gython.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add start to interpreter interface
master
Brett Langdon
10 years ago
parent
ab17fa812d
commit
0fd448d5ea
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
interpreter/interface.go
+ 7
- 0
interpreter/interface.go
View File
@ -0,0 +1,7 @@
package
interpreter
import
"github.com/brettlangdon/gython/gython"
func
EvalCode
(
co
*
gython
.
CodeObject
)
gython
.
Object
{
return
gython
.
None
}
Write
Preview
Loading…
Cancel
Save