AdamRzepka/marc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Micro ARM Compiler Author: Adam Rzepka License: GNU GPLv3 Summary: C to ARM assembly language written in Common Lisp as a student project. In current version it supports only subset of C. It's not maintained anymore and it could have bugs. Build: SBCL is required in order to build the project (CLISP should work too, but it wasn't tested). In order to build the project, run: make You can also run appropriate script in build/ directory: sbcl --script build/sbcl.lisp or for CLISP: clisp build/clisp.lisp