Brucey

Results 14 issues of Brucey

Currently, native code (inline C) can't directly interact with BlitzMax code, because we don't have a way to refer to BlitzMax variables within the native statements. We can't use variable...

native

I'm currently working on rewriting the Ptr/Var Type stuff for bcc because the current implementation makes it difficult and over-complicated to differentiate between types and their ptr/var equivalent. It will...

enhancement

We currently only support single line native statements. ``` Print "Loop..." '! int a = 10; '! while (a > 0) { '! a--; '! } Print "Finished" ``` This...

native

Investigate support of instanced Generics-based types in the reflection framework.

enhancement
generics
reflection