Add evaluating of simple maths
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
05c095ccfe
commit
d222573a3a
8 changed files with 543 additions and 4 deletions
6
tests/cases/maths.nomo
Normal file
6
tests/cases/maths.nomo
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
}
|
||||
---
|
||||
{{= 5 * 3 }}
|
||||
{{= 2 * 3 + 4 * 3 }}
|
||||
{{= 3 / 3 + 3 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue