Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds temporary solution for several SmallInt primitives
This code need to be refactored properly. In case if both operands are literal, then result may be defined as literal too. Otherwise primitive should "fail" by allowing control flow to pass further. For literal calculation it is best to use existing code for software VM. Issue: #17
- Loading branch information