Category:MicroA BASIC

From Rosetta Code

micro(A) BASIC is a modern and minimal general purpose programming language. It is easy to use BASIC dialect for any hobby programmer. Tokenizer for micro(A) BASIC is first part of micro(A) programming language. It is written as include file microAT.inc . This is a general purpose tokenizer which can be used in any modern imperative programming language. It use simple data structure - array of tokens and array of token types. It is easy to modify and use for any purpose. micro(A) interpreter comes with complete IDE in which you can make your programs.

https://github.com/aurelVZ/microA-programming-language

Pages in category "MicroA BASIC"

This category contains only the following page.