Added rational number fuzzer functions and corresponding tests#19
Open
adrian052 wants to merge 3 commits intoaiken-lang:mainfrom
Open
Added rational number fuzzer functions and corresponding tests#19adrian052 wants to merge 3 commits intoaiken-lang:mainfrom
adrian052 wants to merge 3 commits intoaiken-lang:mainfrom
Conversation
Member
|
Sorry, I started reviewing this a while back but never posted the pending review 🤦. I've pushed some minor style adjustments, but I haven't reviewed the code in depth. Two things caught my attention so far:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Functions Added:
Note:
The current range for rational_between is set between -255 and 255. However, this range is flexible and could be adjusted based on any further requirements or suggestions.