Tony Wang

Results 38 comments of Tony Wang

Sure, looking forward to your progress.

I've fixed some of them. It helps a lot!

The interpreter is not designed to work as REPL, but it's possible to load and run without resetting the interpreter, eg: ```c int main(int argc, char* argv[]) { struct mb_interpreter_t*...

Nice work! I appreciate your efforts, and I believe it would help others a lot. Here's the dev roadmap: 1. Releasing current v1.2 2. Rewriting a new kernal as v2.0...

Thanks! Looking forward to your sharing of your creations.

Use this: ```bas a = dict ( 1, dict ( 1, "test" ) ) ``` But the only way to retrieve nested is `get(get(a, 1), 1)`.

For the moment I'm working on other projects, lacking in time to make that change. I haven't compared array specifically, but Lua is overall faster than MY-BASIC. For my experience...

Hi, Thanks for the share! This looks promising. I might miss something, but where can I download pre-built binaries, or I have to build it from source? Generally, this collection...

January, 2023 is not very long ago, I suggest to wait for a little longer to put it to the retired list. Until then, let's keep this issue open.

Looks interesting. The current version is lacking in ready-to-use release and documentation. Would love to add it when it goes further.