You are not logged in. This forum allows only logged in users to post. If you want to post in the forum, please log in.
Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Scientific/Engineering
>
Artificial Intelligence
>
デカルト言語 - 並列ロジック プログラミング言語
>
Forums
>
Open Discussion
>
wikiのページに「Tiny Rubyコンパイラの作成」を登録
デカルト言語 - 並列ロジック プログラミング言語
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
Forums
List of Forums
Open Discussion (32)
Mailing Lists
list of ML
descartes-developer
News
Forums:
Open Discussion
(Thread #21951)
Return to Thread list
RSS
wikiのページに「Tiny Rubyコンパイラの作成」を登録 (2009-03-08 22:13 by
hniwa
#42413)
Create ticket
デカルト言語のwikiのページに「デカルト言語によるコンパイラ言語の作成: Tiny Rubyコンパイラの作成」を登録しました。
http://sourceforge.jp/projects/descartes/wiki/FrontPage
デカルト言語によるコンパイラの作り方を紹介しています。
ターゲットはRubyの仕様を思い切り簡略化したTiny Rubyコンパイラです。
デカルト言語の構文解析機能(EBNF)を使用するとコンパイラも簡単に作成できてしまいます。
1. Tiny Rubyの仕様
2. Tiny Rubyの字句解析
3. Tiny Rubyの構文解析
4. 構文の詳細
5. コンパイラ結果出力機能
6. 引数、サフィックス変換、入力ファイルと出力ファイル
7. Tiny Rubyのすべて
8. Tiny Rubyの実行
9. Tiny Rubyのコンパイル出力
興味ある方は、ぜひご覧になってください。