diff options
author | netchild <netchild@FreeBSD.org> | 2003-10-12 03:36:13 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-10-12 03:36:13 +0800 |
commit | eba9f829adb37e8963932c78e0cbfe2fea864018 (patch) | |
tree | fb74c738d2162ecd2d8345a2e0b2e49c5ada4245 /devel/Makefile | |
parent | 45a6361c8f1e7d279c659aaeca7de82ca0ef0bce (diff) | |
download | freebsd-ports-graphics-eba9f829adb37e8963932c78e0cbfe2fea864018.tar.gz freebsd-ports-graphics-eba9f829adb37e8963932c78e0cbfe2fea864018.tar.zst freebsd-ports-graphics-eba9f829adb37e8963932c78e0cbfe2fea864018.zip |
Infrastructure for C Program Analysis and Transformation
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.
CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0263e77471b..6fc7e7a1285 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -101,6 +101,7 @@ SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += chora + SUBDIR += cil SUBDIR += cl-asdf SUBDIR += cl-asdf-clisp SUBDIR += cl-asdf-cmucl |