From e0ade28ab642c043501493fe7192b626a6a68115 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 12 Mar 2020 16:19:55 +0100 Subject: Caveman parsing working (brain hurty) --- src/manifest | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/manifest') 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 ::= (* | / | % | **)? | -- default to '*' -- cgit