Implement tagged integers in C++ (#813)

* Start on the C++ conversion for tagged ints
This commit is contained in:
Michał Moskal
2018-05-29 23:55:58 +01:00
committed by Sam El-Husseini
parent 01c7c0b588
commit cad13785e2
23 changed files with 3136 additions and 2420 deletions

View File

@ -4,10 +4,10 @@
"installedVersion": "tsmdvf",
"files": [
"README.md",
"ManagedBuffer.cpp",
"ManagedBuffer.h",
"pxt.cpp",
"pxt.h",
"pxtbase.h",
"pxtcore.h",
"dal.d.ts",
"enums.d.ts",
"shims.d.ts",
@ -15,6 +15,7 @@
"core.cpp",
"pxt-helpers.ts",
"helpers.ts",
"codal.cpp",
"images.cpp",
"basic.cpp",
"icons.ts",