From 396b7603ab254c797499b54509c500fd3b76598b Mon Sep 17 00:00:00 2001 From: Daniel Holden Date: Wed, 20 Aug 2014 14:50:23 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c785d5..f8a46e6 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ mpc_parser_t *Maths = mpc_new("maths"); mpca_lang(MPCA_LANG_DEFAULT, " expression : (('+' | '-') )*; " - " product : (('*' | '/') )*; " - " value : /[0-9]+/ | '(' ')'; " - " maths : /^/ /$/; ", + " product : (('*' | '/') )*; " + " value : /[0-9]+/ | '(' ')'; " + " maths : /^/ /$/; ", Expr, Prod, Value, Maths, NULL); mpc_result_t r;