Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rei1024/apgm

Repository files navigation

APGM

APGsembly macro language

APGM is a language created to output APGsembly. It uses structured programming and macros.

APGM - APGsembly macro language

Pipeline

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]
Loading

Testing

Requirements

Usage

  • $ deno task up Local server
  • $ deno task t Unit tests
  • $ deno task w Unit tests with file watcher
  • $ deno task cov Unit tests coverage
  • $ deno task fmt Formatting
  • $ deno task build Bundling

About

APGsembly macro language

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published