Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titouanc/tinycc
Compilers 2017 project @ VUB
https://github.com/titouanc/tinycc
compiler university
Last synced: 28 days ago
JSON representation
Compilers 2017 project @ VUB
- Host: GitHub
- URL: https://github.com/titouanc/tinycc
- Owner: titouanc
- Created: 2017-02-28T01:34:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T08:46:34.000Z (over 7 years ago)
- Last Synced: 2024-10-28T11:31:00.037Z (3 months ago)
- Topics: compiler, university
- Language: Rust
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinycc
[![Build Status](https://travis-ci.org/titouanc/tinycc.svg?branch=master)](https://travis-ci.org/titouanc/tinycc)
A Tiny compiler written in Rust for the Compiler course @ VUB 2017.
* **Read [the Tiny specification](SPEC.md)**
* **List of [additional features](FEATURES.md)***Requires Rust Nightly*