Path to this page:
./
wip/8cc-git,
Small C Compiler
Branch: CURRENT,
Version: 0nb20230213,
Package name: 8cc-0nb20230213,
Maintainer: pkgsrc-users8cc is a compiler for the C programming language. It's intended to support all
C11 language features while keeping the code as small and simple as possible.
The compiler is able to compile itself. You can see its code both as an
implementation of the C language and as an example of what this compiler is
able to compile.
8cc's source code is carefully written to be as concise and easy-to-read as
possible, so that the source code becomes good study material to learn about
various techniques used in compilers. You may find the lexer, the preprocessor
and the parser are already useful to learn how C source code is processed at
each stage.
Required to build:[
devel/git-base] [
pkgtools/cwrappers]
Version history: (Expand)
- (2023-02-13) Updated to version: 8cc-0nb20230213
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Updated to version: 8cc-0nb20200929
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn