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

Task List: Implemented Types #5

Closed
29 tasks done
kg583 opened this issue Feb 27, 2023 · 1 comment
Closed
29 tasks done

Task List: Implemented Types #5

kg583 opened this issue Feb 27, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@kg583
Copy link
Member

kg583 commented Feb 27, 2023

tivars_lib_py Type Implementation Progress

Checked items are fully implemented, though may yet have quality-of-life additions.
Types with partial implementations will be denoted with their current state of progress.

Types will be marked with their first release version when appropriate; if the release is in italics, then the release number is pending.

These types are canonical ports of those supported by tivars_lib_cpp, though may as of yet have fewer (or more) implemented interfaces. If you're unsure if the implementation here can meet your needs, head over to _cpp instead, though an issue identifying the disparity would be appreciated.

Basic Types - Types accessible by BASIC programs.

  • Real (v0.5)
  • RealList (v0.5)
  • Matrix (v0.5)
  • Equation (v0.5)
  • String (v0.5)
  • Program (v0.5)
  • ProtectedProgram (v0.5)
  • Picture (v0.6)
  • GDB (v0.5)
  • Complex (v0.5)
  • ComplexList (v0.5)
  • WindowSetttings (v0.5)
  • RecallWindow (v0.5)
  • TableSettings (v0.5)
  • RealFraction (v0.7)
  • Image (v0.6)

Exact Types - Types from the 83PCE and 82AEP

  • ComplexFraction (v0.7)
  • RealRadical (v0.7)
  • ComplexRadical (v0.7)
  • ComplexPi (v0.7)
  • ComplexPiFraction (v0.7)
  • RealPi (v0.7)
  • RealPiFraction (v0.7)

Non-Basic Types - Types that BASIC (usually) doesn't look at

  • Group (v0.8)
  • AppVar (v0.7)
  • OS (v0.9)
  • App (v0.9)
  • Certificates (v0.9)
  • License (v0.9)
  • Other Flash Types - they exist but are so unlikely to ever be floating around in a file

Any remaining types are not within the purview of the library until after the 1.0 release.

@kg583 kg583 self-assigned this Feb 27, 2023
@kg583 kg583 added the documentation Improvements or additions to documentation label Feb 27, 2023
@kg583 kg583 added this to the Release 1.0 milestone Feb 27, 2023
@kg583 kg583 pinned this issue Apr 24, 2023
@kg583
Copy link
Member Author

kg583 commented Apr 23, 2024

Welp, it only took a year and a bit.

@kg583 kg583 closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant