0 Members and 1 Guest are viewing this topic.
This converts TI-Basic to C++?
ScoutDavid:no, this will be an interpreted ti-basic-like language for PC, the C++ in BasiC++ is a reference to the language the interpreter is being coded in.
eye candy has arrived! I am not sure if I mentioned, but I started over from scratch. it no longer has a window for the time being, and I did not start with variables. Instead I have been working on a preprocessor. this will run through the code translating it into something easier to parse, this new code is stored in a temporary file. when the preprocessor is finished, the interpreter will take over and begin interpreting the code line by line. So far I have the preprocessor remove whitespace (except for newlines) and make all text be in caps. also it will leave a string intact and it is not required to have the closing " for it to read it as a string, just like in ti-basic.and now the eye candy:
Quote from: ScoutDavid on December 20, 2010, 05:29:12 pmThis converts TI-Basic to C++?No it does not, please read the first post of a topic before asking questions.
Quote from: Eeems on December 20, 2010, 05:31:12 pmQuote from: ScoutDavid on December 20, 2010, 05:29:12 pmThis converts TI-Basic to C++?No it does not, please read the first post of a topic before asking questions.I would like to ask to not reply to another member that way again. It is against the forum rules. Some stuff could be missed easily by a non-english speaking member. I myself have troubles with large posts and often have to CTRL+F to find some info in them.
Yeah it was kinda cool. I hope we can do a bit more, like using colors, larger resolution and maybe even change the monitor resolution so we can do full-screen games or something. It would be cool.