Skip to content

Releases: TabulateJarl8/ti842py

Support for all types of If statements

08 Feb 00:36
Compare
Choose a tag to compare

All 3 types of If statements should now work

If condition
Then
<command>
End
If condition:<command>
If condition
<command>
<command out of If block>

sqrt

07 Feb 20:26
Compare
Choose a tag to compare

Ability to do sqrt

--run argument

07 Feb 19:57
Compare
Choose a tag to compare

You can now supply a --run argument to run the resulting python file after translation

Menus

07 Feb 19:17
Compare
Choose a tag to compare

Implement menus using dialog

DS<( and IS>( and refracor of code

07 Feb 01:29
Compare
Choose a tag to compare
v0.2.0

DS<( and IS>( and refracor of code

Output

05 Feb 19:48
Compare
Choose a tag to compare

Add Output command

getDate and getTime

05 Feb 07:26
Compare
Choose a tag to compare
v0.1.11

getDate and getTime

Local goto

05 Feb 05:22
Compare
Choose a tag to compare

Make goto local instead of requiring it to be installed

Goto and bug fixes

05 Feb 01:48
Compare
Choose a tag to compare

Some bug fixes and support for Goto and Lbl

make getKey not replace strings and replace ^ with ** if not in string

04 Feb 22:55
Compare
Choose a tag to compare
v0.1.7

make getKey not replace strings and replace ^ with ** if not in string