-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#331] adding test for hexadecimal representation * [#331] adding test for octal representation * [#331] adding test for binary representation with underscore * [#331] corrected wrong types in function parseInteger * [#331] add Data.Char module for ascii value and parsec modules for hex,oct and bin digits * [#331] add more tests with underscore * [#331] implemented parser for hex, oct and bin with underscore feature * [#331] haskell style guide * [#331] removed trailing spaces * [#311] removed additional trailing spaces * [#331] changed tests to check for exceptions and added new test group * [#331] implemented parser for hex, oct and bin with underscore using megaparsec lib function * [#331] added test cases that check when number ends with underscore * [#331] resolved issues with code style and naming convention
- Loading branch information
Showing
3 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters