ayame
A compiler that translates SysY (a subset of C language) into ARMv7a, implemented in Java15.
How to download and setup ayame
Open terminal and run command
git clone https://github.com/No-SF-Work/ayame.git
git clone is used to create a copy or clone of ayame repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ayame https://github.com/No-SF-Work/ayame/archive/master.zip
Or simply clone ayame with SSH
[email protected]:No-SF-Work/ayame.git