<?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>Nam H. Pham &#187; CDT</title>
	<atom:link href="http://www.namhpham.com/tag/cdt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.namhpham.com</link>
	<description>Welcome to my world</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Abstract Syntax Tree (AST) Parser for C/C++</title>
		<link>http://www.namhpham.com/2009/12/build-and-parse-abstract-syntax-tree-ast-for-cc-projects-using-eclipse-cdt/</link>
		<comments>http://www.namhpham.com/2009/12/build-and-parse-abstract-syntax-tree-ast-for-cc-projects-using-eclipse-cdt/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:53:53 +0000</pubDate>
		<dc:creator>NamPham</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[AST]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[CDT]]></category>
		<category><![CDATA[Code Sample]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://www.namhpham.com/?p=134</guid>
		<description><![CDATA[Way, after four hours reading, searching, andcoding, I finally understand how to use Eclipse C/C++ Development Tooling (CDT) to parse the C/C++ source code. In detail, it used the Document Object Model (DOM) to parse and update AST whenever there is a change in source file. The reason I spent so much time solving this [...]]]></description>
		<wfw:commentRss>http://www.namhpham.com/2009/12/build-and-parse-abstract-syntax-tree-ast-for-cc-projects-using-eclipse-cdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
