Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/detjonmataj/tiny-c-compiler-patches

During my experience with the C programming language, I have come across many problems. I realized that some things could be changed to improve the user experience with the language. In this repository, you will find patches for a lightweight C compiler called TinyC, where I implemented new features and improved existing ones.
https://github.com/detjonmataj/tiny-c-compiler-patches

c c-compiler c-compiler-patch c-language compiler tcc tcc-patch tinyc

Last synced: 25 days ago
JSON representation

During my experience with the C programming language, I have come across many problems. I realized that some things could be changed to improve the user experience with the language. In this repository, you will find patches for a lightweight C compiler called TinyC, where I implemented new features and improved existing ones.

Awesome Lists containing this project

README

        

# Tiny C Compiler Patches

During my experience with the C programming language, I encountered many problems and I think that some things should change. In this repository you will find my patches to a light C compiler called TinyC. I've chosen this compiler because it's small, safe, fast, etc. References: [TinyC Compiler](https://bellard.org/tcc/)

### Patches and Documentations

1. [Auto Dereferencing dot operator](AutoDereferencing-dot-operator/AutoDereferencing-dot-operator.md)