Whittle: Rubyパーサーライブラリ活用ガイド
1. プロジェクトのディレクトリ構成
Whittleプロジェクトのディレクトリ構成は以下の通りです:
whittle/
├── examples/
├── lib/
├── spec/
├── .gitignore
├── .rspec
├── Gemfile
├── LICENSE
├── README.md
├── Rakefile
└── whittle.gemspec
ディレクトリの説明:
examples/: Whittleパーサーの使用方法を示すサンプルコードが含まれています
lib/: Whittleパーサー ...
7月22日 00:11 投稿