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: 12 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:36:55.000Z (over 1 year ago)
- Last Synced: 2025-07-18T21:15:24.978Z (about 1 year ago)
- Topics: ansi-c, c-compiler, c89, c90, public-domain
- Language: C
- Homepage: https://3o3.org
- Size: 277 KB
- Stars: 2
- 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/