Mobilang to AST Compiler
Mobilang is an extended markup language created for representing any mobile application. This compiler converts it to an Abstract Syntax Tree (AST), which can be used by AMA compiler for generate mobile applications.
Coming soon
Coming soon
- Behavior tag
- Every statement must end with
;
- Inline comments (comments starting with
//
) are not allowed - There must be some screen with
id
equals tohome
- Every statement must end with
Details about each version are documented in the releases section.