<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ものぐさ備忘録 &#187; 言語仕様</title>
	<atom:link href="http://www.ginriki.net/wd/category/%e8%a8%80%e8%aa%9e%e4%bb%95%e6%a7%98/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ginriki.net/wd</link>
	<description>ソフトウェア関係の話を中心とした備忘録的日記</description>
	<lastBuildDate>Sun, 11 Jul 2010 15:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>各種言語の文法</title>
		<link>http://www.ginriki.net/wd/2008/09/11/11/</link>
		<comments>http://www.ginriki.net/wd/2008/09/11/11/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:26:25 +0000</pubDate>
		<dc:creator>ginriki</dc:creator>
				<category><![CDATA[BNF]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[文法]]></category>
		<category><![CDATA[言語仕様]]></category>

		<guid isPermaLink="false">http://www.gikogeek.net/wd/?p=11</guid>
		<description><![CDATA[以前のブログで各種言語の文法がBNFとかで書いてあるサイト群をメモりました。
でも、SQLのBNFリンクは入れてなかったことに最近気づいたので、改めてこちらに記事を作りなおしておきます。

 C/C++, Java, C [...]]]></description>
			<content:encoded><![CDATA[<p><a title="前のブログ" href="http://d.hatena.ne.jp/gikogeek/20080429">以前のブログ</a>で各種言語の文法がBNFとかで書いてあるサイト群をメモりました。<br />
でも、SQLのBNFリンクは入れてなかったことに最近気づいたので、改めてこちらに記事を作りなおしておきます。</p>
<dl>
<dt> C/C++, Java, COBOL, Prolog, SmallTalk</dt>
<dd><a title="http://www.csci.csusb.edu/dick/samples/index.html" href="http://www.csci.csusb.edu/dick/samples/index.html">http://www.csci.csusb.edu/dick/samples/index.html</a></dd>
<dt>Python</dt>
<dd><a title="http://www.python.jp/doc/2.3.5/ref/" href="http://www.python.jp/doc/2.3.5/ref/">http://www.python.jp/doc/2.3.5/ref/</a></dd>
<dt>Ruby</dt>
<dd><a title="http://www.ruby-lang.org/ja/man/html/_B5BFBBF7BNF_A4CBA4E8A4EBRuby_A4CECAB8CBA1.html" href="http://www.ruby-lang.org/ja/man/html/_B5BFBBF7BNF_A4CBA4E8A4EBRuby_A4CECAB8CBA1.html">http://www.ruby-lang.org/ja/man/html/_B5BFBBF7BNF_A4CBA4E8A4EBRuby_A4CECAB8CBA1.html</a></dd>
<dt>PHP<sup>1</sup></dt>
<dd><a title="http://www.phpcompiler.org/doc/grammar.html" href="http://www.phpcompiler.org/doc/grammar.html">http://www.phpcompiler.org/doc/grammar.html</a></dd>
<dt>ECMAScript</dt>
<dd><a title="http://tomcopeland.blogs.com/EcmaScript.html" href="http://tomcopeland.blogs.com/EcmaScript.html">http://tomcopeland.blogs.com/EcmaScript.html</a></dd>
<dt>Javascript</dt>
<dd><a title="http://www.mozilla.org/js/language/grammar14.html" href="http://www.mozilla.org/js/language/grammar14.html">http://www.mozilla.org/js/language/grammar14.html</a></dd>
<dt>ActionScript</dt>
<dd><a title="http://www.m2osw.com/en/action_script.html#grammar" href="http://www.m2osw.com/en/action_script.html#grammar">http://www.m2osw.com/en/action_script.html#grammar</a></dd>
<dt>C#</dt>
<dd><a title="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf" href="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf">http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf</a></dd>
<dd>
<ul>
<li> Annex A. Grammar参照</ul>
</li>
</dd>
<dt>SQL</dt>
<dd><a title="http://savage.net.au/SQL/" href="http://savage.net.au/SQL/">http://savage.net.au/SQL/</a></dd>
</dl>
<p>なお、正確な言語文法が知りたい方は、それぞれの言語仕様書を見た方が良いです。上記リンク先は、ある程度文法がわかればよい人向けです。</p>
<ol class="footnotes"><li id="footnote_0_11" class="footnote">PHPの場合、言語仕様では文法が決まってないそうです。リンク先は、有志の人がそれっぽく作った文法ということになります。</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.ginriki.net/wd/2008/09/11/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
