So as a Year 10 Centre For Excellence student, we are required to buy ourselves a TI-84+ calculator. This is a Calculator by Texas Instruments. The company has created a high-level programming language by the name of TI-BASIC (after a quick google it is derived from the original language BASIC.) Now, I have been sifting through the internet, but I think I am only reaching the surface. I feel like I haven't even hit clay that's how vague I think I am on this topic. On that note, I'm sorry if my language isn't correct. :/
I have managed to come across many many compilers that compile a plain text document (.txt) right into a TI 8 Series Program document (.8Xp). So my questions are:
- How does one create their own compiler?
- What low-level language does the calculator read?
- When converting I understand I would need to use regexes, but what do I convert it to?
- Finally, do I just write it into TI-BASIC and plunk it onto the calculator?
Things seem to massively confuse me at this point. The topic has only reached the surface of my mind.