Improve evaluation support

Allow arithmetic, bitwise, logical and relational operators and primitive casts.
This commit is contained in:
adelphes
2017-01-29 20:25:21 +00:00
parent ec38695bcc
commit b27d972613
2 changed files with 318 additions and 30 deletions

View File

@@ -114,6 +114,7 @@
"dependencies": {
"vscode-debugprotocol": "^1.15.0",
"vscode-debugadapter": "^1.15.0",
"long":"^3.2.0",
"ws":"^1.1.1",
"xmldom": "^0.1.27",
"xpath": "^0.0.23"