From 74cd7fc20ca82e07f7b2485664d04348003acd08 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 7 Dec 2015 19:09:01 -0500 Subject: [PATCH] Update README.md Issues section Signed-off-by: Collin J. Doering --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ec8a764..b6338dc 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,6 @@ output more human readable, and a few minor optimization's. * Create ParseException type to throw from parser and can be caught in `RekahSoft.HackAsm.CommanLine.defaultMain` * Add `( "error description")` throughout parsers to make error output more readable -* Re-factor `cInstrDest` and `cInstrAluOps` to remove unneeded use of `try` - for optimization's sake * Write tests so that future changes don't break things (see folder `testsuite`) If you discover a bug or have an issue with this project, please file a bug using