Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/3-o-3/ac90

public domain C89/C90 ANSI C compiler
https://github.com/3-o-3/ac90

ansi-c c-compiler c89 c90 public-domain

Last synced: about 2 months ago
JSON representation

public domain C89/C90 ANSI C compiler

Awesome Lists containing this project

README

        

ac90
====

Public Domain C89/C90 ANSI C compiler
----
by JML https://3o3.org

***

```
cd bin/
../build.cmd ../src all
./ac90 hello.c hello.s
```

### References

The C Programming Language, 2nd Edition

By Brian W. Kernighan / Dennis M. Ritchie

ISBN 0-13-110362-8

***

PRACTICAL COMPILER CONSTRUCTION (2nd Ed.)

By Nils M. Holm

(Lulu Press, Inc)

***

### Some links

https://git.candlhat.org/

https://www.t3x.org/subc/

https://sourceforge.net/p/pdos/gitcode/ci/master/tree/