sulyi d422aefc03 [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

4 lines
65 B
Python

from .jsinterp import JSInterpreter
__all__ = ['JSInterpreter']