Author Topic: Grammer 2-The APP  (Read 145819 times)

0 Members and 3 Guests are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #15 on: October 21, 2011, 08:27:53 am »
also, when grammer scrolls through the program, can you make it so it only displays Grammer files?
Since Grammer files have a special header, I think it'll be easy to implement.
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #16 on: October 21, 2011, 08:30:40 am »
Okay :) using the original program, there wasn't really a header needed, you could actually do "EPROG":Asm(prgmGRAMMERto run prgmPROG, but it was a lot easier for releasing to have the .0 option. Anywho, it seems to have become standard to start Grammer programs with .0:, so I will make it only show programs that start with that :)

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #17 on: October 21, 2011, 08:32:21 am »
Would it then also be enough if you use JUST put in first line .0 without :Asm(prgmGRAMMER?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #18 on: October 21, 2011, 09:13:43 am »
Well what if a BASIC program started with .01→A or something? .0: is pretty pointless, so that is why I am going with that :)

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #19 on: October 21, 2011, 09:15:03 am »
That sounds logical! :)
EDIT: Why should a program start like that? DelVar or 0-> uses less bytes....
« Last Edit: October 21, 2011, 09:15:52 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #20 on: October 21, 2011, 09:19:41 am »
I think she implenented Delvar into grammer.
I think leaving as it is right now is great.
or...
Spoiler For Spoiler:
ㅠGRAMMER
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #21 on: October 21, 2011, 09:20:32 am »
Or maybe !GRAMMER

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #22 on: October 21, 2011, 09:22:28 am »
@Suronome: That is the point :) Nobody would use .0→A, but .01→A is a possibility
@Yeong: Delvar hasn't been added yet, actually
@World: I am still working on the header recognition x.x I have added a bunch of untested code, so I hope it doesn't crash!

EDIT: versions compatible with the program version start with ".0:" I want the app version to be able to run those, too

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #23 on: October 21, 2011, 10:46:44 am »
Cool! Can't wait for the new upload! :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #24 on: October 21, 2011, 01:33:35 pm »
Okay folks, here is an updated version with a few more functions and additions :)
-The command randInt( is now in the command list and it works like it would in TI-BASIC (mostly). To get a random integer from 4 to 9, you just use randInt(4,9
-Inline Hex asm support is now included using the AsmPrgm token. For example, AsmPrgmC56069EF0745C1 will display the value of "Ans" on the homescreen

However, more importantly (I think) is that now programs with the header .0: are all that get detected and this includes archived programs as well.
AND, if a program is archived and you try to run it, it will be copied to a temp program called GramTemp and it is run from there.

So folks, there you go and I hope you enjoy it! The next feature I need to add is a hook that allows you to run programs from the homescreen again...

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #25 on: October 21, 2011, 02:00:50 pm »
I was again the first one to download! :) It is cool that it work now that way, just a homerun feature is missing now! :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #26 on: October 21, 2011, 02:04:28 pm »
Okay, well I am about to head to class and then directly after I get to go to a math conference (out of state), so I probably won't be able to do much until late tomorrow or the next day, but I will try to get that up and running, too! The first version won't be compatible with other apps, probably

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer 2-The APP
« Reply #27 on: October 21, 2011, 02:05:07 pm »
Ok, still cool!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline awalden0808

  • LV3 Member (Next: 100)
  • ***
  • Posts: 55
  • Rating: +6/-0
  • Cool shades, wears Waldo.
    • View Profile
Re: Grammer 2-The APP
« Reply #28 on: October 21, 2011, 08:54:53 pm »
I was having problems with the App, then I realized you hadn't updated the first post's file. So I downloaded the .8xk you attached and everything worked perfectly.  Just need home screen running!
I'll apologize tomorrow for a bad mood today.

Spoiler For Spoiler:
My Qualifications:

I did a thing once.
I am known for my ability to focus intently on things that distract me from my actual work.
To me, the letter a stands for absolute. B stands for bemusement. C stands for circumlocution, and D stands for decoupage.
If I were president, I would give everyone Xboxes, computers, and national healthcare.
I am also known for my ability to write more than I actually need to write. Unless of course it is necessary that I write a lot. Then I write a little bit.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Grammer 2-The APP
« Reply #29 on: October 22, 2011, 03:14:45 am »
But if you do a homerun hook, could you please make an option to disable it so it doesn't kill zStart ?
Btw, great work on this :D
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s