aboutsummaryrefslogtreecommitdiff
path: root/src/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest')
-rw-r--r--src/manifest7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/manifest b/src/manifest
index dc03948..60f7683 100644
--- a/src/manifest
+++ b/src/manifest
@@ -10,10 +10,11 @@ State Data struct:
- variable
-1. ( )
-2. ^
-3. * / % **
+5. real imag matrix
4. + -
+3. * / % **
+2. ^
+1. ( )
expr ::= <term> (+ | -) <expr> | <term>
term ::= <factor> (* | / | % | **)? <term> | <factor> -- default to '*'