8000 GitHub - a1exxd0/acc: C89 compiler built in Rust.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a1exxd0/acc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Docs

acc is a C90 compiler built in Rust.

Table of contents

Installation

The project is very straightforward to build and as of right now requires no extra installs outside of the rust toolchain.

cargo build --release
cargo install --path .

Usage

In an attempt to make this as easy to use as possible, the project will implement a small subset of the gcc API:

For example, a well-formed call would be:

acc main.c -o main -O3

Features

Testing

Project goals

About

C89 compiler built in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0