This website requires JavaScript.
Explore
Help
Sign In
R-yan
/
l1ving_youtube-dl
Watch
1
Star
0
Fork
0
You've already forked l1ving_youtube-dl
Code
Issues
Pull Requests
Releases
Wiki
Activity
l1ving_youtube-dl
/
youtube_dl
/
jsinterp
/
__init__.py
4 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
[jsinterp] Refactoring and minor fixes
2016-12-04 19:15:35 +01:00
from
.
jsinterp
import
JSInterpreter
[jsinterp] Very basic interpreter Supports: - variable declaration - expression - variable assignment Lacks: - call - array access - property access - property declaration
2016-12-06 18:42:59 +01:00
__all__
=
[
'
JSInterpreter
'
]
Reference in New Issue
Copy Permalink