Supports: - variable declaration - expression - variable assignment Lacks: - call - array access - property access - property declaration
4 lines
65 B
Python
4 lines
65 B
Python
from .jsinterp import JSInterpreter
|
|
|
|
__all__ = ['JSInterpreter']
|