Author Topic: ICE Compiler  (Read 19850 times)

0 Members and 1 Guest are viewing this topic.

Offline PT_

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +7/-0
    • View Profile
Re: ICE - an interpreter/compiler of CE-BASIC
« Reply #30 on: September 27, 2017, 01:37:07 pm »
In case you did not follow my Cemetech or TI-Planet thread, I've made a lot of progress since then, resulting in (almost) v2.0 one of the next days/weeks. I can't simply explain what I changed everywhere, but it's a lot :P When v2.0 is ready, I will make a nice post :)

Offline PT_

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +7/-0
    • View Profile
Re: ICE - an interpreter/compiler of CE-BASIC
« Reply #31 on: December 01, 2017, 05:03:41 pm »
I'm more than happy to finally officially announce ICE v2.0.0! It has been a long road to this version, because pretty much everything changed. I want to thank EVERYONE who has contributed to this long project, writing the documentation, and finding many bugs. I hope you all enjoy this new version, and if there's anything you want to be changed, feel free to poke or PM me! :D

ICE Compiler v2.0.0

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: ICE Compiler
« Reply #32 on: December 02, 2017, 11:57:38 pm »
Congratulations! I have been lurking around project boards for some times, slightly jealous of CE owners, and I have to say, I would be using ICE in a heartbeat if I had a CE! It looks like a very adaptable and simple compiled-language, and it seems to have a solid implementation to boot! I'm sure it feels great to finally hit that v2.0.0 milestone, so keep on going and don't forget to look back on the leaps you made with this project!

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: ICE Compiler
« Reply #33 on: December 03, 2017, 11:33:12 am »
Same here, it seems like it's on it's way to Axe-tier popularity, good job PT_!

Offline PT_

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +7/-0
    • View Profile
Re: ICE Compiler
« Reply #34 on: December 16, 2017, 12:52:08 pm »
Congratulations! I have been lurking around project boards for some times, slightly jealous of CE owners, and I have to say, I would be using ICE in a heartbeat if I had a CE! It looks like a very adaptable and simple compiled-language, and it seems to have a solid implementation to boot! I'm sure it feels great to finally hit that v2.0.0 milestone, so keep on going and don't forget to look back on the leaps you made with this project!
Same here, it seems like it's on it's way to Axe-tier popularity, good job PT_!
Thanks! :)

Offline PT_

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +7/-0
    • View Profile
Re: ICE Compiler
« Reply #35 on: March 24, 2018, 06:07:31 pm »
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! :)

Offline johnbchron

  • LV2 Member (Next: 40)
  • **
  • Posts: 33
  • Rating: +1/-0
  • RiskALungForDiving
    • View Profile
Re: ICE Compiler
« Reply #36 on: March 26, 2018, 11:14:13 am »
I would ask that, if it is possible to parse in sub programs, when you add an auto-backup feature, could you also have it back up sub programs? So many times, I have had a ram clear where my skeleton src is saved but none of the real code is because it is all in sub programs. Thanks! (I don't own a CE)
Just a dude who is really bored in school... and a huge nerd.
Click here to give me an internet!
 <a href="http://www.freebiebitcoin.com">Earn free bitcoin</a>

Offline PT_

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +7/-0
    • View Profile
Re: ICE Compiler
« Reply #37 on: March 26, 2018, 05:42:45 pm »
Seems fine to me. I will check what I can do. :)