Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aligrudi/neatcc
A small arm/x86(-64) C compiler
https://github.com/aligrudi/neatcc
arm c c-compiler neatcc x86 x86-64
Last synced: 3 months ago
JSON representation
A small arm/x86(-64) C compiler
- Host: GitHub
- URL: https://github.com/aligrudi/neatcc
- Owner: aligrudi
- Created: 2013-10-24T12:31:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T23:09:55.000Z (over 1 year ago)
- Last Synced: 2024-04-12T18:00:10.506Z (7 months ago)
- Topics: arm, c, c-compiler, neatcc, x86, x86-64
- Language: C
- Homepage: http://litcave.rudi.ir/
- Size: 395 KB
- Stars: 147
- Watchers: 14
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-hacking-lists - aligrudi/neatcc - A small arm/x86(-64) C compiler (C)
README
NEATCC
======Neatcc is an ARM/x86(-64) C compiler. It supports a large subset of
ANSI C but lacks some of its features, the most important of which are
struct bitfields, inline assembly, and floating point types.