Sample ARM assembly projects.
The sample-output/
directory contains the JSON files produced by running fungus arm --pretty
.
The projects in this repository are scraped from RosettaCode.org. The following procedure is only necessary if you want to re-run the scraper.
- If you do not yet have a virtual environment, create one using
python -m venv .venv
. - Activate the virtual environment using
.venv/Scripts/activate
. - Install the dependencies using
python -m pip install -r requirements.txt
. - Run the scraper using
python scrape.py
.