Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integer data type #101

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 6, 2023

  1. Int64 data type

    flashultra committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    53b04f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    ff44756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f32168 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Add unresolved questions

    Added questions about conversion between types and Int vs. Int32 types
    flashultra authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2fdfaa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Type promotion

    Conversion between Float and Integer types
    flashultra authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cabb57f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    b8a5315 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Update with Int8/UInt8 proposal

    Adding Int8 (sbyte)  and UInt8 (byte) types
    Adding Int16  and UInt16
    flashultra authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    626b85c View commit details
    Browse the repository at this point in the history