From 2d7a4425bc65ad880dca04e59af6c874d2c077ca Mon Sep 17 00:00:00 2001 From: Hossam Doma Date: Mon, 18 Feb 2019 07:17:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8768b4..1d7254f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MathCom +# MathCom :heart_eyes: > __A compiler for nested multi mathematical operations (Addition, Subtraction, multiplication, division, exponentiation)__ ### Milestones From c1bfa2bb779976a867901f1e8c079971f05e8b47 Mon Sep 17 00:00:00 2001 From: Hossam Doma Date: Sat, 20 Jul 2019 12:14:36 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7254f..b7e04e2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - [x] added support for floating point operations - [x] added hexadecimal support - [ ] parentheses precedence adjustment -- [ ] __3__ unknown shift/reduce conflicts from GNU::Bison +- [ ] __3__ unresolved shift/reduce conflicts from GNU::Bison ### Steps to reproduce 1. ``` flex lexer.l ```