diff --git a/README.md b/README.md index c8768b4..b7e04e2 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 @@ -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 ```