Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/8cc,
Small C Compiler
Branch: CURRENT,
Version: 0nb20161002,
Package name: 8cc-0nb20161002,
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]
Version history: (Expand)
- (2016-10-04) Package deleted from pkgsrc
- (2016-10-02) Updated to version: 8cc-0nb20161002
- (2016-10-02) Package added to pkgsrc.se, version 8cc-0nb20161001 (created)