Releases: aurelVZ/microA-programming-language
v0.10-alpha
After testing of all examples i found one let say BUG
It is about keyboard event and message loop because i have
two programs which use different keyboard events .
One is with GUI controls and one classic keyboard KeyDown
and they are in conflict so i changed main message loop
and seems that now work but i am not 100% sure.
In general i know what i must to change or adjust
or even add new command like MODE 1 , MODE 2
something like some big languages have , similar to Option Explicit
but some old dialects have command MODE .
for now i will left it as it is ,but if make troubles with GUI programs
which i have in plan to add in micro(A) then i must add this commands.
Also i add all examples to micro(A) github site ()this one
so ..enjoy...any feedback is welcome!
micro(A)
Hello
In this RC version of micro(A) interpreter you can test array
integer type ptr arr[n] and float var arr[n]
string array is still on todo list.
microAEditor.zip