<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to updates</title><link>https://sourceforge.net/p/boltprogramming/updates/</link><description>Recent posts to updates</description><atom:link href="https://sourceforge.net/p/boltprogramming/updates/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Feb 2013 16:53:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/boltprogramming/updates/feed.rss" rel="self" type="application/rss+xml"/><item><title>Writing the tutorial</title><link>https://sourceforge.net/p/boltprogramming/updates/2013/02/writing-the-tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Right now I am writing the tutorial for BOLT. It is on the Wiki under "tutorial"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathaniel Hayes</dc:creator><pubDate>Tue, 05 Feb 2013 16:53:55 -0000</pubDate><guid>https://sourceforge.net189410d4c78306ce8c9ed7436950d876f0e376d6</guid></item><item><title>Working on custom data types</title><link>https://sourceforge.net/p/boltprogramming/updates/2012/11/working-on-custom-data-types/</link><description>Right now I am working on custom datas types. This would allow for me to create data types like the C++ FILE, and allow for me to make the BOLT standard library more effective. 

Right now I am working on making sure that all of the elements you enter are valid, for example:

&gt;&lt;span style="color:blue"&gt;__datatype__&lt;/span&gt; Student &lt;span style="color:blue"&gt;__begin__&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue"&gt;__string__&lt;/span&gt; Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue"&gt;__number__&lt;/span&gt; ID
&lt;span style="color:blue"&gt;__end__&lt;/span&gt;

I am making sure that you cannot do this:
&gt;Student myStudent
&lt;span style="color:red"&gt;myStudent.LastName&lt;/span&gt;

this would be invalid because the datatype "Student" does not have a member named "LastName".

I will be using a simple checking scheme to tell if the dat type has that member.


    </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nathaniel Hayes</dc:creator><pubDate>Wed, 14 Nov 2012 16:54:22 -0000</pubDate><guid>https://sourceforge.net148d7eb5994773238052f2560aef32925b35068a</guid></item></channel></rss>