My TI-Basic Compiler
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
My TI-Basic Compiler
I've written a simple TI-Basic compiler.
It basically tokenises TI-Basic programs written on a computer into the calculator's program format, which can then be executed on the calculator.
It's site is up at [url]http//www.sf.net/projects/tibasic[/url].
It's made for those with TI-83, TI-83+ and TI-84+ calculators, and I need testing for it so I know what to fix before I write the decompiler (and add in some more features).
It basically tokenises TI-Basic programs written on a computer into the calculator's program format, which can then be executed on the calculator.
It's site is up at [url]http//www.sf.net/projects/tibasic[/url].
It's made for those with TI-83, TI-83+ and TI-84+ calculators, and I need testing for it so I know what to fix before I write the decompiler (and add in some more features).
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: My TI-Basic Compiler
Are you writing a compiler for a calculator for which you do not own?pcmattman wrote:It's made for those with TI-83, TI-83+ and TI-84+ calculators, and I need testing for it so I know what to fix before I write the decompiler (and add in some more features).
My OS is Perception.
Re: My TI-Basic Compiler
You could use an emulator...Although, if you don't own one, you would be without a ROM...Maybe you could start the Free TI-83 ROM project...MessiahAndrw wrote:Are you writing a compiler for a calculator for which you do not own?pcmattman wrote:It's made for those with TI-83, TI-83+ and TI-84+ calculators, and I need testing for it so I know what to fix before I write the decompiler (and add in some more features).
C8H10N4O2 | #446691 | Trust the nodes.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
I think you should know that the archive you uploaded is named linux_tibasic_1_1.tar.gz but the actual archive is in the RAR file format.pcmattman wrote:I just uploaded the Linux port of the compiler...
Some people cannot use that format.. Can you actually release a tarball that's gzipped instead of renaming a RAR?
(Does the archive contain the source.. or is it a Linux binary?)
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Ok, the real tarred and gzipped version is up now. Sorry about that!Brynet-Inc wrote:I think you should know that the archive you uploaded is named linux_tibasic_1_1.tar.gz but the actual archive is in the RAR file format.pcmattman wrote:I just uploaded the Linux port of the compiler...
Some people cannot use that format.. Can you actually release a tarball that's gzipped instead of renaming a RAR?
(Does the archive contain the source.. or is it a Linux binary?)