Skip to content

wniemiec-mobilex/mast-compiler

Repository files navigation

Logo

MAST compiler

Mobilang to AST Compiler

Node compatibility Java compatibility Release License


❇ Introduction

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.

❓ How to use

Coming soon

Example

Coming soon

✔ Requirements

⚠ Warnings

  • Behavior tag
    • Every statement must end with ;
    • Inline comments (comments starting with //) are not allowed
    • There must be some screen with id equals to home

🚩 Changelog

Details about each version are documented in the releases section.

🗺 Project structure

architecture

References

Libraries used in this project