Author Topic: Equation Parser in AXE  (Read 2657 times)

0 Members and 1 Guest are viewing this topic.

Offline Jsec42

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +0/-0
    • View Profile
Equation Parser in AXE
« on: January 20, 2014, 06:40:56 pm »
Hi there, newbie here,
I was thinking of creating a 3d graphing suite for the ti-83+ series. ;D I seem to have figured out most of what is going to be needed, but I can't seem to find a string to expression parser for axe. I figured that the expr() command could be used, but it doesn't exist in the command list. <_< Can I please be steered in the right direction?
Thanks! :)


Computer Science is not the only science that matters, but it's definitely the most interesting.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Equation Parser in AXE
« Reply #1 on: January 20, 2014, 07:00:13 pm »
You mean like this ? :P

You'll actually have to write your own parser, like I did in the thread above. There's no other way.
« Last Edit: January 20, 2014, 07:04:00 pm by Matrefeytontias »

Offline Jsec42

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +0/-0
    • View Profile
Re: Equation Parser in AXE
« Reply #2 on: January 20, 2014, 10:14:44 pm »
I didn't see that? XD Man I didn't look very hard! :rolleyes: Anyway, Thanks in advance! :)

Edit - As soon as its complete, let me know. I'm bad at making parsers. :banghead:
« Last Edit: January 20, 2014, 10:20:47 pm by Jsec42 »


Computer Science is not the only science that matters, but it's definitely the most interesting.

Offline Jsec42

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +0/-0
    • View Profile
Re: Equation Parser in AXE
« Reply #3 on: January 21, 2014, 07:09:17 pm »
Update! - Successful string to double parser completed. AXE version soon to come! ;D


Computer Science is not the only science that matters, but it's definitely the most interesting.