tovie icon indicating copy to clipboard operation
tovie copied to clipboard

Help Wanted : Implement Variable Operations In Python Transpiler

Open Jaysmito101 opened this issue 2 years ago • 0 comments

Tovie has a python transpiler. Variables are mostly implemented in the transpiler only thing left is implementing operations for the variables over here : https://github.com/Jaysmito101/tovie/blob/2572c4d1cb4a0338e7f8ba518a40dbbbb8aac4ba/src/python_transpiler.cpp#L477 You can see how operations work here : https://github.com/Jaysmito101/tovie/blob/2572c4d1cb4a0338e7f8ba518a40dbbbb8aac4ba/src/vm.cpp#L1254

Jaysmito101 avatar Nov 24 '21 07:11 Jaysmito101