Author Topic: Variable scanner  (Read 8380 times)

0 Members and 1 Guest are viewing this topic.

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #15 on: January 17, 2011, 10:47:03 am »
oh, i see, ya it does
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Variable scanner
« Reply #16 on: January 19, 2011, 01:46:41 pm »
Nice program Happybobjr :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #17 on: February 19, 2011, 11:12:58 am »
update:

If the result is gray-  The variable was stored to.
If black-  The variable was called.
Tricks-  If it is only gray,  the variable is not being used, so you can find it and delete it.

http://www.omnimaga.org/index.php?action=dlattach;topic=6129.0;attach=6234
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Variable scanner
« Reply #18 on: February 19, 2011, 11:17:37 am »
Yay, it's here!

Tested it out on Wabbit, and I'm definitely gonna be using this once I download it:
« Last Edit: February 19, 2011, 11:18:01 am by Deep Thought »




Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #19 on: February 19, 2011, 11:19:19 am »
thank you.
Is there anything else you wish to see on it?

I am trying to have it fast, but i can still have many more features.

Edit:thanks for the screeny
« Last Edit: February 19, 2011, 11:19:42 am by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Variable scanner
« Reply #20 on: February 19, 2011, 11:20:28 am »
Awesome, it even tests to see if it's a BASIC prog. Nice!




Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #21 on: February 19, 2011, 11:22:33 am »
That's actually Builderboy's code :P  from his auto optimization program.  I just switched the truth of an if statement =D
« Last Edit: February 19, 2011, 11:23:04 am by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Variable scanner
« Reply #22 on: February 19, 2011, 12:05:48 pm »
Multi-line comments don't work:
« Last Edit: February 19, 2011, 12:07:05 pm by Deep Thought »




Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #23 on: February 19, 2011, 01:35:40 pm »
How do multi line comments work?
I forgot about them

I have this made for axe 0.4.8
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Variable scanner
« Reply #24 on: February 19, 2011, 02:05:28 pm »
How do multi line comments work?
I forgot about them

I have this made for axe 0.4.8

Code: [Select]
...
This is a comment
This is still a comment
This is the last line
Maybe yet another
...
Disp "NOT COMMENT

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #25 on: February 19, 2011, 02:11:21 pm »
Thanks.

I shall eat before implementing that.
« Last Edit: February 19, 2011, 02:11:37 pm by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Variable scanner
« Reply #26 on: February 19, 2011, 06:06:48 pm »
Good luck! :D This is already epic awesome and useful ^^

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Variable scanner
« Reply #27 on: February 21, 2011, 07:43:42 am »
I think it'd be easier for Axe writing if there was a difference for starting and finishing multiline comments, but happybojr, what about for writing this kind of software, is it any harder/easier?

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Variable scanner
« Reply #28 on: February 21, 2011, 08:05:38 am »
Oh, writing the code for this was extremly simple and unoptimised,
Unfortunatly, I am having trouble with multi line comments.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Variable scanner
« Reply #29 on: February 21, 2011, 09:14:23 am »
Oh, writing the code for this was extremly simple and unoptimised,
Unfortunatly, I am having trouble with multi line comments.

I think you should test to see if there's three periods in a row, then set a flag that lets the program skip all the way until it finds another set. Absolutely nothing between the ellipses matters.