Author Topic: Axe Parser on-calc documentation  (Read 5457 times)

0 Members and 1 Guest are viewing this topic.

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Axe Parser on-calc documentation
« on: August 30, 2016, 03:25:42 pm »
I made a copy of the Axe parser command list that is available on-calc!
Not much say about it, the title is pretty self-explanatory.
Updated!
Here's the download! (+ some screenshots)
« Last Edit: September 01, 2016, 06:59:36 pm by E37 »
I'm still around... kind of.

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: Axe Parser on-calc documentation
« Reply #1 on: August 30, 2016, 03:27:17 pm »
Awesome! Any chance of a screenshot, though? Which language is it written in?

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

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Re: Axe Parser on-calc documentation
« Reply #2 on: August 30, 2016, 03:30:50 pm »
Here they are!
It is written in Axe of course!
I'm still around... kind of.

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: Axe Parser on-calc documentation
« Reply #3 on: August 30, 2016, 03:33:18 pm »
Looking nice! :D
I'd recommend adding word-wrap though, it makes it way easier to read than just line-breaking in the middle of the word.
Also, do you dynamically parse the Commands.html (Like i do for derpybots @axe command) or did you manually enter it all?

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

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Re: Axe Parser on-calc documentation
« Reply #4 on: August 30, 2016, 03:35:30 pm »
Looking nice! :D
I'd recommend adding word-wrap though, it makes it way easier to read than just line-breaking in the middle of the word.
Also, do you dynamically parse the Commands.html (Like i do for derpybots @axe command) or did you manually enter it all?
I'll fix the word wrap!
I copied the Axe command list into a text document, converted it to a text file, and then went over the incorrect characters and fixed them manually on-calc.
Update: Commands with more than one version display "..." instead of all of the versions on the menu screen. The menus will no longer remember where you were.

I've got the word wrap done! (kind of - there are some weird bugs)
So far I haven't changed any of the data files! The only modification will be to add the unmodified token names.
I should have it done tomorrow!

Will post the new download when I am finished.
« Last Edit: August 31, 2016, 04:26:48 pm by E37 »
I'm still around... kind of.

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: Axe Parser on-calc documentation
« Reply #5 on: September 01, 2016, 07:28:34 am »
Where I can find the E37AXM axiom?

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Re: Axe Parser on-calc documentation
« Reply #6 on: September 01, 2016, 01:32:48 pm »
Where I can find the E37AXM axiom?
._. Sorry! That is my own axiom which contains Memkit, RunPrgm, Speedkey and Staxm. (I made the last one)
I didn't post it because it I didn't get permission from anyone. Just so I don't have to add a bunch of axioms.
The program doesn't need the axiom at all, just delete it.
Since I have never posted Staxm, here it is.
Apparently I can post the other axiom so here it is too.

Update: I *finally* fixed the word wrap.
Just need to add back scrolling, fix weird menu bugs and make sure the menu remembers where you are.

-----------------------------------------------------------------------------------------------------------------------------------
Yay! I finished!
It has all the features mentioned and is completely compatiable with the old appvars. I did the multi-command "..." after more than one version, word wrap, and more without touching the appv.
It is also a lot more optimized! (removed 500b of bloat code)
I will upload the version of the appvs with the non-Axe tokens in a day or two.
Modifying the original download in 3... 2... 1...
« Last Edit: September 01, 2016, 06:55:20 pm by E37 »
I'm still around... kind of.