<?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>jainbasil.net &#187; Python</title>
	<atom:link href="http://www.jainbasil.net/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jainbasil.net</link>
	<description>personal website of jain basil aliyas</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:05:49 +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>Lexical Analyzer for sla files</title>
		<link>http://www.jainbasil.net/2010/07/lexical-analyzer-for-sla-files/</link>
		<comments>http://www.jainbasil.net/2010/07/lexical-analyzer-for-sla-files/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:44:10 +0000</pubDate>
		<dc:creator>jainbasil</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scribus]]></category>
		<category><![CDATA[lexer]]></category>
		<category><![CDATA[sla]]></category>

		<guid isPermaLink="false">http://www.jainbasil.net/?p=660</guid>
		<description><![CDATA[The post is dedicated to my friend, Alex Poovathingal, who developed a lexical analyzer for xml files as part of assignment for Compiler Design course. Our aim was to handcode a lexer for sla files ( Scribus file format), which will extract all the text embedded in Scribus Text Frames of the input document. The [...]]]></description>
		<wfw:commentRss>http://www.jainbasil.net/2010/07/lexical-analyzer-for-sla-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build an abstract syntax tree using python.</title>
		<link>http://www.jainbasil.net/2010/07/build-an-abstract-syntax-tree-using-python/</link>
		<comments>http://www.jainbasil.net/2010/07/build-an-abstract-syntax-tree-using-python/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 17:46:33 +0000</pubDate>
		<dc:creator>jainbasil</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ast]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[LLVM]]></category>

		<guid isPermaLink="false">http://www.jainbasil.net/?p=650</guid>
		<description><![CDATA[This is a glimpse of my mini project, titled Compiler for C subset language with LLVM Backend. I&#8217;d explain what I did to create an abstract syntax tree for my subset language. See the class below : class ASTNode(object): def __init__(self, type, *children): self.node_type = type self.node_children = children ASTNode consist of two members, node_type [...]]]></description>
		<wfw:commentRss>http://www.jainbasil.net/2010/07/build-an-abstract-syntax-tree-using-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with python : A Command-line twitter client</title>
		<link>http://www.jainbasil.net/2009/10/playing-with-python-a-command-line-twitter-client/</link>
		<comments>http://www.jainbasil.net/2009/10/playing-with-python-a-command-line-twitter-client/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:41:41 +0000</pubDate>
		<dc:creator>jainbasil</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jainbasil.net/?p=523</guid>
		<description><![CDATA[Just for a change, I am now playing with Python Programming Language, and the first thing which I did was a tiny twitter client which will run from our console. I have no plans to explain what I did on this, rather I am just adding a small code. This code uses a twitter module, [...]]]></description>
		<wfw:commentRss>http://www.jainbasil.net/2009/10/playing-with-python-a-command-line-twitter-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
