https://github.com/drh/lcc
The lcc retargetable ANSI C compiler
https://github.com/drh/lcc
Last synced: 6 months ago
JSON representation
The lcc retargetable ANSI C compiler
- Host: GitHub
- URL: https://github.com/drh/lcc
- Owner: drh
- Created: 2010-10-02T18:55:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T03:38:10.000Z (about 1 year ago)
- Last Synced: 2025-04-11T01:41:48.591Z (7 months ago)
- Language: C
- Homepage: https://drh.github.io/lcc/
- Size: 3.36 MB
- Stars: 2,104
- Watchers: 101
- Forks: 455
- Open Issues: 42
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeCompiler - lcc
- awesome-compilers - lcc - The lcc retargetable ANSI C compiler. (C/C++)
README
This hierarchy is the distribution for lcc version 4.2.
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
https://drh.github.io/lcc/documents/interface4.pdf.
VERSION 4.2 IS INCOMPATIBLE WITH EARLIER VERSIONS OF LCC. DO NOT
UNLOAD THIS DISTRIBUTION ON TOP OF A 3.X DISTRIBUTION.
LCC is a C89 ("ANSI C") compiler designed to be highly retargetable.
LOG describes the changes since the last release.
CPYRIGHT describes the conditions under you can use, copy, modify, and
distribute lcc or works derived from lcc.
doc/install.html is an HTML file that gives a complete description of
the distribution and installation instructions.
Chris Fraser / cwf@aya.yale.edu
David Hanson / drh@drhanson.net