タグ

flexに関するryujinnoのブックマーク (3)

  • Lexical Analysis With Flex, for Flex 2.6.2: Top

  • Flex - Table of Contents

    字句スキャナ生成プログラム Flex 2.3.7、1.03版 1993年2月 G. T. Nicol 著 序 プログラムの実例について Flex入門 問題解決手段としてのFlex 一般的なプログラミング・ツールとしてのFlex Flexの起動 コマンドライン・オプション コマンドライン・オプション(Flex 2.5の補足情報) Flex記述言語 コメント オプションのCコード 定義 %% ルール パターン・セクション 文字 Flexにおける文字列 Flexにおける文字のグループ化 Flexにおける文字のグループ化(Flex 2.5の補足情報) 正規表現 スタート状態 スタート状態の説明 状態の活性化 スタート状態に関する注 スタート状態に関する注(Flex 2.5の補足情報) スタート状態の使用例 %option(Flex 2.5の補足情報) Flexとのインターフェイス FlexとC F

  • Flex - a scanner generator

    The Lex & Yacc Page Flex, version 2.5 A fast scanner generator Edition 2.5, March 1995 Vern Paxson Name Synopsis Overview Description Some simple examples Format of the input file Patterns How the input is matched Actions The generated scanner Start conditions Multiple input buffers End-of-file rules Miscellaneous macros Values available to the user Interfacing with yacc Options Performance consid

  • 1