Add support for basic arithmetic operations #38
Labels
compiler
An issue relating to the compiler
enhancement
New feature or request
language
An issue or pull request covering the language itself.
Milestone
The Feature
Currently the language has no means of performing basic arithmetic operations. This makes it extremely limiting. There needs to be support for the basic arithmetic operations added into the language.
What needs to be done?
In order to implement this in the language a concept of prefix, postfix and infix operations need to be added to the language as either unary and binary operations. In addition to this support for precedence levels between operations needs to be added, along with the appropriate semantic analysis, optimisation and code generation.
Checklist
The text was updated successfully, but these errors were encountered: