Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: E37 on August 30, 2016, 03:25:42 pm

Title: Axe Parser on-calc documentation
Post by: E37 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)
Title: Re: Axe Parser on-calc documentation
Post by: Sorunome on August 30, 2016, 03:27:17 pm
Awesome! Any chance of a screenshot, though? Which language is it written in?
Title: Re: Axe Parser on-calc documentation
Post by: E37 on August 30, 2016, 03:30:50 pm
Here they are!
It is written in Axe of course!
Title: Re: Axe Parser on-calc documentation
Post by: Sorunome 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?
Title: Re: Axe Parser on-calc documentation
Post by: E37 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.
Title: Re: Axe Parser on-calc documentation
Post by: neuronix on September 01, 2016, 07:28:34 am
Where I can find the E37AXM axiom?
Title: Re: Axe Parser on-calc documentation
Post by: E37 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...