Skip to content

Backend fixups#1

Open
vmauery wants to merge 4 commits into
mainfrom
backend-fixups
Open

Backend fixups#1
vmauery wants to merge 4 commits into
mainfrom
backend-fixups

Conversation

@vmauery
Copy link
Copy Markdown
Owner

@vmauery vmauery commented Jun 16, 2022

No description provided.

vmauery added 3 commits June 7, 2022 21:21
Basically the same setup as the circular trig functions but with h on
the end.

Signed-off-by: Vernon Mauery <vernon@mauery.org>
Use readline by default if it is available. Add an option
to disabled readline even if it is available.

Do not add prompts and other fancy output for non-interactive mode.

Signed-off-by: Vernon Mauery <vernon@mauery.org>
Base 2 was basically being ignored. It just printed numbers
in base 10, which is really different than base 2. This allows
numbers to be entered with a specific base, regardless of what
the default base is. That includes binary, which did not have
a parser for 0b10101 style numbers before or a way to print
them out.

All this is fixed and more!

Signed-off-by: Vernon Mauery <vernon@mauery.org>
Each one has little issues that needed to be addressed. I had been
focusing work on clang/mpfr because that is the best choice. But I think
native types had not worked for some time and while they are not as
interesting because of the numeric limits, it is the most portable.

This also adds a script that will kick off a build with each of the
CC/numeric options to make sure it is all good.

Signed-off-by: Vernon Mauery <vernon@mauery.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant