Skip to content

Matrices

Compare
Choose a tag to compare
@TabulateJarl8 TabulateJarl8 released this 20 Jul 16:26
· 43 commits to master since this release
  • Add the ability to use matrices. I wrote a custom class that behaves like the matrices in the TI calculators, except for the fact that indexes start at 1 on TI calculators. This is compensated for in the actual parsing and transpiling rather than in the class.
  • Added the ability to use 1 line While statements
  • Fixed some bugs regarding one-line If and While statements that contain variable assignments.
  • Fixed bug where lists were all references to each other
  • Added parsing for some special characters like , , and
  • Translate int() to math.floor() since that is how it behaves on TI calculators

This release may introduce more bugs, so report any that are found.