Skip to content

AdamRzepka/marc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

C -> ARM assembly compiler written in Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors