ok. I updated some manual in the website. The type system is designed to be simple, with SIMD, multi-dimension array support. customed defined type and array can be transfered as parameter direclty, no pointer involved needed.
I would imagine that making the basic type default to signed instead of unsigned would help reduce the number of bugs that could be introduced by a programmer used to using C/C++.
I do not know if this is some sort of internal limitation or just a preference you have for default to unsigned, but it might help it to become adopted for usage by someone if that was not such a inversion - unless you had a reason?
Brynet-Inc wrote:EDIT: Haha this is just funny.. The mysterious l.com is a Token Lexer.. This was probably written in some funky BASIC compiler for Windows
Is there anything wrong with a token lexer? I've written one in C++ to 'compile' (tokenise) TI-BASIC programs to the 8XP file format for transferring to the calculator. You can view my source at http://www.sf.net/projects/tibasic (it's not done yet, but it works).
Brynet-Inc wrote:EDIT: Haha this is just funny.. The mysterious l.com is a Token Lexer.. This was probably written in some funky BASIC compiler for Windows
Is there anything wrong with a token lexer? I've written one in C++ to 'compile' (tokenise) TI-BASIC programs to the 8XP file format for transferring to the calculator. You can view my source at http://www.sf.net/projects/tibasic (it's not done yet, but it works).
That reminds me of my favorite word: Nondeterministic finite automata.
Albeit, DFA's are better used, after being converted from the NFA's themselves, and all.
I really love state machines...
Last edited by Alboin on Thu May 17, 2007 7:21 pm, edited 1 time in total.