
ICE Compiler
Re: ICE Compiler
In case you wasn't aware yet, I've started with developing ICE v3.0. This major update will include floats, matrices and much more! It also includes a more powerful prescanner (i.e. more optimized code) and more auto-optimization. I also hope to make it more stable, and maybe more options to auto-archive programs when compiling etc. Follow the Github repo for all the things I added. Stay tuned! 

Age of CEmpires I - In progress!
-
PT_Programmeur
Niveau 13: CU (Calculateur Universel)- Posts: 259
- Joined: 09 Feb 2016, 23:06
- Gender:
- Calculator(s):→ MyCalcs profile
Re: ICE Compiler
I have a question : How can I open a string, with the OpenVar fonction?
I tried OpenVar("Str0",0,4), OpenVar("0",0,4), but they didn't work
I tried OpenVar("Str0",0,4), OpenVar("0",0,4), but they didn't work

-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: ICE Compiler
Remove the quotes around Str0, since Str0 itself is already a pointer. That should hopefully work 

Age of CEmpires I - In progress!
-
PT_Programmeur
Niveau 13: CU (Calculateur Universel)- Posts: 259
- Joined: 09 Feb 2016, 23:06
- Gender:
- Calculator(s):→ MyCalcs profile
-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: ICE Compiler
If I put OpenVar(Str0,"w+",4) in my program, it does nothing.
But if I put OpenVar("Str0","w+",4), he creates a new string named 'S'
So, I still don't know how to open/create a string, which I can use on the main screen, in ICE
But if I put OpenVar("Str0","w+",4), he creates a new string named 'S'

So, I still don't know how to open/create a string, which I can use on the main screen, in ICE

-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: ICE Compiler
Note that OS strings != ICE OS strings. If you use something like
should hopefully work. Note that it's quite hard to edit the actual OS strings with ICE. Hope this helps
- Code: Select all
"ABC→Str0
OpenVar(Str0,'w+',4
should hopefully work. Note that it's quite hard to edit the actual OS strings with ICE. Hope this helps

Last edited by PT_ on 27 Mar 2018, 09:33, edited 1 time in total.
Age of CEmpires I - In progress!
-
PT_Programmeur
Niveau 13: CU (Calculateur Universel)- Posts: 259
- Joined: 09 Feb 2016, 23:06
- Gender:
- Calculator(s):→ MyCalcs profile
Re: ICE Compiler
Yes that helps.
But my goal is to store a string, in an OS string, which can be used after quitting the program.
But my goal is to store a string, in an OS string, which can be used after quitting the program.
-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: ICE Compiler
Then you need to find it with something like this:
AA stands for a string token, and 9 is the token for Str0 (Str1 = 0, upto Str9 = 8)
- Code: Select all
|EAA->*{Str0}
9->*{Str0+1}
0->*{Str0+2}
OpenVar(Str0,'r',4)
AA stands for a string token, and 9 is the token for Str0 (Str1 = 0, upto Str9 = 8)
Age of CEmpires I - In progress!
-
PT_Programmeur
Niveau 13: CU (Calculateur Universel)- Posts: 259
- Joined: 09 Feb 2016, 23:06
- Gender:
- Calculator(s):→ MyCalcs profile
Re: ICE Compiler
Hum. That didn't work. My calc rebooted after I compiled my prog then I launched it.
Either I mistaked when I copied your example or I put a wrong function to create it.
This is my code:
Do you see a problem in my code?
Either I mistaked when I copied your example or I put a wrong function to create it.
This is my code:
- Code: Select all
|EAA->*{Str0}
9->*{Str0+1}
0->*{Str0+2}
sum (2,Str0,"w+",4)->STR
Do you see a problem in my code?
-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: ICE Compiler
Is the "|E" the scientific E? And what do you get when you do "Disp Str0"? It should be Úx (some weird x).
Age of CEmpires I - In progress!
-
PT_Programmeur
Niveau 13: CU (Calculateur Universel)- Posts: 259
- Joined: 09 Feb 2016, 23:06
- Gender:
- Calculator(s):→ MyCalcs profile
Return to Langages alternatifs
Who is online
Users browsing this forum: ClaudeBot [spider] and 9 guests