This project is a fork of the neatcc.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/neatcc.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerrepoman@example.com
last changeTue, 8 Mar 2016 10:06:44 +0000 (8 02:06 -0800)
content tags
add:
README
NEATCC
======

neatcc is a simple ARM/x86(_64) C compiler.  I wrote it to complete my
development toolchain (see http://litcave.rudi.ir/):

* cc:	git://repo.or.cz/neatcc.git
* ld:	git://repo.or.cz/ld.git
* as:	git://repo.or.cz/neatas.git
* libc:	git://repo.or.cz/neatlibc.git
* gdb:	http://litcave.rudi.ir/coredump.tar.gz
  	http://litcave.rudi.ir/elfloc.tar.gz

neatcc supports a large subset of C language but lacks some of the
features that I didn't use much myself.  The most important missing
features are struct bitfields, inline asms and floating point and
long long types.

USAGE
=====

neatcc has been tested with neatlibc and dietlibc.  It can compile
itself and neat* toolchain.  The included neatcc script could be
used to invoke ncc with neatlibc library.
shortlog
2016-03-08 repomanfile movemaster
2016-03-08 repomanremove GNU Makefile $^ (not in POSIX), debug until...
2016-03-08 repomanmissing #include added, the project compiles without...
2016-03-08 repomanreplace <elf.h> and fixes with neatlibc's <elf.h>
2016-03-04 repomanadd musl-gcc to compiler to Makefile, musl-libc headers...
2016-03-04 repomanshow both clang and gcc errors in ERROR, different...
2016-03-04 repomanadd a fix folder for expected #include fixes, fix/elf...
2016-03-04 repomanresearching error
2016-03-04 repomanadd files TODO, ERROR
2016-03-04 repomanadd git push script - adjust clang warnings
2016-03-04 repomanfirst commit - tweak Makefile
2015-04-27 Ali Gholami... ncc: cast values to architecture word after each operation
2015-04-27 Ali Gholami... cpp: report unknown cpp directives
2015-04-27 Ali Gholami... ncc: allow "if (expr, ..., cond)"
2015-04-27 Ali Gholami... tok: support hex constants with capital X
2014-11-03 Ali Gholami... tok: handle escaped newlines in // comments
...
heads
8 years ago master
12 years ago old_ncc32
12 years ago old_ncc64