Ok, I’m just canvasing information/feedback. I’m not sure if @rabauke is going to want to support merging Add: This commit creates a github actions file which will execute build by poetaster · Pull Request #8 · rabauke/harbour-babbage · GitHub since I’m introducing a lot of things, but, I’m really enjoying have a Programmable calculator.
Get’s you:
Define vars:
"x:=0; y:=1; var t[2]:={0,1}; z:=12;"
Evaluate expressions of the type:
"while((x+=1)<z){y:=sum(t);t[0]:=t[1];t[1]:=y}"
Evaluating an expression to get nth term of the Fibonacci series.
The documentation supports copy and paste for operators or examples (menu items).
I’m working on adding multi-line input and a display of individual results from operations of iterative operations. The ability to add function templates is very, very convenient in exprtk/readme.txt at master · ArashPartow/exprtk · GitHub so I expect to add a lot of conventional calculations.
Currently, vars x,y and z are initialized (to save typing).
If you have the time, inclination please send me feedback, either here or the issue queue on github: