Felipe Manga

Results 28 issues of Felipe Manga

The IDE should download and install updates to itself, the PokittoLib, the compilers, etc.

enhancement

Enums in Java are more like classes in C++ and can have methods. Preferably should be implemented in a way that doesn't take up RAM, if possible.

Currently, only 1-D arrays are supported. Arrays-of-arrays, and arrays-of-objects in general, take up too much RAM.

This is necessary for containers like List and Vector. Not very high-priority as these things are rather memory-hungry for microcontrollers.

Allow large projects to be debugged in the emulator by adding extra flash space.

enhancement