APGsembly macro language
APGM is a language created to output APGsembly. It uses structured programming and macros.
APGM - APGsembly macro language
graph TD
APGM0[APGM code] -->|Parse| APGM1[APGM + Macro]
APGM1[APGM + Macro] -->|Expand macro| APGM2[APGM]
APGM2[APGM] -->|Transpile| APGL1[APGL]
APGL1[APGL] -->|Optimize sequence| APGL2[APGL]
APGL2[APGL] -->|Optimize actions| APGL3[APGL]
APGL3[APGL] -->|Transpile| APGsembly[APGsembly]
denoabove 2.3.5
$ deno task upLocal server- access to http://localhost:1618/
$ deno task tUnit tests$ deno task wUnit tests with file watcher$ deno task covUnit tests coverage$ deno task fmtFormatting$ deno task buildBundling