Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/detjonmataj/tiny-c-compiler-patches
- Owner: detjonmataj
- Created: 2022-07-05T23:12:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T07:47:50.000Z (7 months ago)
- Last Synced: 2024-09-30T01:05:14.477Z (about 1 month ago)
- Topics: c, c-compiler, c-compiler-patch, c-language, compiler, tcc, tcc-patch, tinyc
- Language: C
- Homepage:
- Size: 564 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)