Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/3-o-3/ac90
- Owner: 3-o-3
- License: other
- Created: 2024-09-23T07:50:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:20:06.000Z (4 months ago)
- Last Synced: 2024-11-27T07:36:30.583Z (about 2 months ago)
- Topics: ansi-c, c-compiler, c89, c90, public-domain
- Language: C
- Homepage: https://3o3.org
- Size: 259 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/