tovie icon indicating copy to clipboard operation
tovie copied to clipboard

An Stack Based Programming Language (Compiler + VM)

Results 2 tovie issues
Sort by recently updated
recently updated
newest added

Tovie is quite a simple language but still it is getting more complex day by day so it is very important to have a documentation. The VM and compiler are...

documentation
enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue