<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Maryam Forootaninia</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/foroo002/myblog/" />
    <link rel="self" type="application/atom+xml" href="http://blog.lib.umn.edu/foroo002/myblog/atom.xml" />
    <id>tag:blog.lib.umn.edu,2012-03-06:/foroo002/myblog//15982</id>
    <updated>2012-03-08T18:43:46Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Enterprise 4.31-en</generator>

<entry>
    <title>Iteration-1</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/foroo002/myblog/2012/03/iteration-1.html" />
    <id>tag:blog.lib.umn.edu,2012:/foroo002/myblog//15982.345504</id>

    <published>2012-03-08T16:26:32Z</published>
    <updated>2012-03-08T18:43:46Z</updated>

    <summary>Scanner.cpp is started by creating regular expressions for the different enumerated types specified in scanner.h. The main issue in this part is the proper definition of regular expression, because if it does not defined properly the scan method would have...</summary>
    <author>
        <name>foroo002</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://blog.lib.umn.edu/foroo002/myblog/">
        <![CDATA[<p>Scanner.cpp is started by creating regular expressions for the different enumerated types specified in scanner.h. The main issue in this part is the proper definition of regular expression, because if it does not defined properly the scan method would have problem and it would not work the way that we want to work. Therefore it is really important to have a correct definition for regular expressions.<br />
By fixing the regular expressions for different token types now our scan method works properly except that there is still some problem with the white space which is for some reason the scan does not separate '<>' into '>' and '<', instead it reads it as '<>' and this is not correct because we do not have such a punctuation.<br />
The next step in implementing a proper scanner is to have a correct procedure for traversing through the tokens. It is also working correctly since for each token that we find if there is a next token the filed "Next" will point to it otherwise we will set the "next" to be "NULL". <br />
We still need to do more changes and so that our Iteration-1 passes all the test cases also we need to extend our Makefile so that the new code is compiled and the new tests will be executed by the run-tests target (which is the main task for iteration 2).<br />
When we were starting iteration-1 we found that this project is more advance than the other projects that we did in other classes so working in pairs is really helpful.</p>]]>
        
    </content>
</entry>

<entry>
    <title>New design launched using Movable Type</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/foroo002/myblog/2012/03/new-design-launched-using-movable-type.html" />
    <id>tag:blog.lib.umn.edu,2012:/foroo002/myblog//15982.343129</id>

    <published>2012-03-06T15:58:34Z</published>
    <updated>2012-03-06T15:58:34Z</updated>

    <summary> Our web site is sporting a new look and feel thanks to Movable Type and the Professional Template Set. The Professional Template Set makes it possible for just about anyone to get up and running with a new web...</summary>
    <author>
        <name>foroo002</name>
        
    </author>
    
    <category term="awesome" label="awesome" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movable type" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="professional" label="professional" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.lib.umn.edu/foroo002/myblog/">
        <![CDATA[<p><br />
<p>Our web site is sporting a new look and feel thanks to <a href="http://www.movabletype.com/">Movable Type</a> and the Professional Template Set. The Professional Template Set makes it possible for just about anyone to get up and running with a new web site using Movable Type. It is literally as easy as just a few clicks. Just pick a new for your web site, select the Professional Template Set and publish. Then viola! a new web site. Thank you Movable Type!</p><br />
</p>]]>
        
    </content>
</entry>

</feed>
