Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.12 KB

README.md

File metadata and controls

38 lines (28 loc) · 2.12 KB

Logo

Mobilex compiler

Mobilang to Mobile Application compiler

Java compatibility Release License


❇ Introduction

The Mobilex compiler is the main component of the framework. It was built with Java and is composed of two parts, the first being framework-independent, and the second framework-dependent. The first part of the process is composed of the MAST compiler, which is responsible for generating the AST from the Mobilang file. The second part of the Mobilex compiler structure is formed by the AMA compiler. This compiler receives the previously generated AST as input and generates mobile applications according to what is specified in the AST. For that, this compiler calls a third-party mobile development framework.

❓ How to use

Coming soon

Example

Coming soon

✔ Requirements

🚩 Changelog

Details about each version are documented in the releases section.

🗺 Project structure

architecture