#pragma section-numbers off [[TableOfContents]] = 概要 = プログラム処理系(コンパイラ等)の知識はプログラム動作の基本です。 = コンテンツ = *["GCC"] http://web.archive.org/web/20030220205352/http://member.nifty.ne.jp/KENJI/scr0/ [http://www.aw-bc.com/catalog/academic/product/0,4096,0321131436,00.html 21st Century Compilers - Addison-Wesley and Benjamin Cummings Catalog]:本当にでるのかな。。 [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-035Computer-Language-EngineeringFall2002/LectureNotes/ MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.035 Computer Language Engineering, Fall 2002 | Lecture Notes] [http://www.idiom.com/free-compilers/ Catalog of Free Compilers and Interpreteers: introduction] [http://tclgw.chem.t.u-tokyo.ac.jp/tips/compiler.html コンパイラの私的感想] [http://www.cbook24.com/bm_detail.asp?sku=4774121770 cbook24.com - スモールコンパイラの制作で学ぶプログラムのしくみ] [http://www.coyotegulch.com/reviews/linux_compilers/ Comparing Linux Compilers] [http://www.csg.is.titech.ac.jp/~chiba/lecture/os/ B3 OS/Programming] = Tool類 = [http://www.asahi-net.or.jp/~WG5K-ICKW/html/online/flex-2.5.4/flex_toc.html Flex - Table of Contents] [http://www.gnu.org/software/bison/manual/ Bison Manual Formats - GNU Project - Free Software Foundation (FSF)] [http://caml.inria.fr/pub/docs/manual-ocaml/manual026.html Lexer and parser generators (ocamllex, ocamlyacc)] = 参考書籍 = [[ASIN(4000103458 プログラミング言語処理系)]] [[ASIN(4781905854 コンパイラ―原理・技法・ツール(1))]]:ドラゴンブック。古いと言われるが基本です。 [[ASIN(4781905862 コンパイラ―原理・技法・ツール〈2〉)]] [[ASIN(4320029224 コンパイラ構成法)]] [[ASIN(4254121393 コンパイラの構成と最適化)]] [[ASIN(4274064379 Linkers & Loaders)]]:原著の未編集原稿が [http://www.iecc.com/linker/ Linkers and Loaders] にあります。 [[ASIN(4894714078 Javaによるパーサ構築技法)]] [[ASIN(052182060X Modern Compiler Implementation in Java)]]:洋書。コードが変ですが、内容は良いと思います。 [[ASIN(1558603204 Advanced Compiler Design and Implementation)]]:洋書 = 実装 = [http://www.cminusminus.org/ C-- Home] = BNF = [http://www.wormjp.umin.jp/jp/acemanjp13/node28.html 5.1.1 BNF記法について] [http://www.atmarkit.co.jp/fxml/ddd/ddd004/ddd004-bnf.html BNF記法入門(1) ─XML関連仕様を読むために─] ISO/IEC 14977:1996 RFC2234 = 属性文法 = [[ASIN(4320027981 属性文法入門)]] ftp://ftp.is.titech.ac.jp/pub/Rie/ = 参考サイト = ---- CategoryPrograming CCategoryProgramLanguage