<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SyntaxProject</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>Recent changes to SyntaxProject</description><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxProject/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 09 Jul 2026 20:47:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxProject/feed" rel="self" type="application/rss+xml"/><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -4,15 +4,25 @@

 The _project_ statement defines attributes for the project.


-    project { &amp;lt;attribute-list&amp;gt; };
+    project {
+      name &amp;lt;project-name&amp;gt;;
+      compiler &amp;lt;default-compiler&amp;gt;;
+      version &amp;lt;version-string&amp;gt;;
+    }

 The name of the project is defined with the [name](SyntaxName) attribute. The default compiler is defined with the [compiler](SyntaxCompiler) attribute.

 ##### Examples

     project {

-      name mkc;
+      name mkctest;
       compiler c;
+    }
+
+    project {
+      name mkctestb;
+      compiler c  ;
+      version 0.3;
     }

 ##### Attributes
&amp;lt;/version-string&amp;gt;&amp;lt;/default-compiler&amp;gt;&amp;lt;/project-name&amp;gt;&amp;lt;/attribute-list&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Thu, 09 Jul 2026 20:47:31 -0000</pubDate><guid>https://sourceforge.netafb52f783a73ec763eff478f2ae233c1f94f1b08</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -17,8 +17,9 @@

 ##### Attributes

+* [compiler](SyntaxAttrCompiler)

 * [name](SyntaxAttrName) (required)
-* [compiler](SyntaxAttrCompiler)
+* [version](SyntaxAttrVersion)

 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sat, 04 Jul 2026 22:52:23 -0000</pubDate><guid>https://sourceforge.net09b5d927af096fef37e393a83a3380445a123274</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -17,8 +17,8 @@

 ##### Attributes

-* [name](SyntaxName) (required)
-* [compiler](SyntaxCompiler)
+* [name](SyntaxAttrName) (required)
+* [compiler](SyntaxAttrCompiler)

 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sat, 04 Jul 2026 13:44:42 -0000</pubDate><guid>https://sourceforge.netff7fe1e867c5f29406ad265608c0d85a900b70bf</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Fri, 03 Jul 2026 14:08:52 -0000</pubDate><guid>https://sourceforge.net92747b4c241d986856bb46b5221d1e7a495753db</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 28 Jun 2026 15:21:45 -0000</pubDate><guid>https://sourceforge.net2221383e2291ed2befe95e4cb0c6f704d1b2a46a</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -8,13 +8,6 @@

 The name of the project is defined with the [name](SyntaxName) attribute. The default compiler is defined with the [compiler](SyntaxCompiler) attribute.

-##### Allowed Attributes
-
-The _project_ statement allows the following attribute statements:
-
-* [name](SyntaxName) (required)
-* [compiler](SyntaxCompiler)
-
 ##### Examples

     project {
@@ -22,5 +15,10 @@
       compiler c;
     }

+##### Attributes
+
+* [name](SyntaxName) (required)
+* [compiler](SyntaxCompiler)
+
 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Wed, 24 Jun 2026 13:32:03 -0000</pubDate><guid>https://sourceforge.net507c6a8604b2647da23f4b8601cd28e48e0ab028</guid></item><item><title>SyntaxProject modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxProject/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="/p/mkconf/wiki/Home/"&gt;Wiki Home&lt;/a&gt; &lt;br/&gt;&lt;a href="/p/mkconf/wiki/Syntax/"&gt;Syntax&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="h-syntax-project"&gt;Syntax: project&lt;/h3&gt;
&lt;p&gt;The &lt;em&gt;project&lt;/em&gt; statement defines attributes for the project.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;project { &amp;lt;attribute-list&amp;gt; };
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The name of the project is defined with the &lt;a href="/p/mkconf/wiki/SyntaxName/"&gt;name&lt;/a&gt; attribute. The default compiler is defined with the &lt;a href="./SyntaxCompiler"&gt;compiler&lt;/a&gt; attribute.&lt;/p&gt;
&lt;h5 id="h-allowed-attributes"&gt;Allowed Attributes&lt;/h5&gt;
&lt;p&gt;The &lt;em&gt;project&lt;/em&gt; statement allows the following attribute statements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/p/mkconf/wiki/SyntaxName/"&gt;name&lt;/a&gt; (required)&lt;/li&gt;
&lt;li&gt;&lt;a href="./SyntaxCompiler"&gt;compiler&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id="h-examples"&gt;Examples&lt;/h5&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;project {
  name mkc;
  compiler c;
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="/p/mkconf/wiki/Home/"&gt;Wiki Home&lt;/a&gt; &lt;br/&gt;&lt;a href="/p/mkconf/wiki/Syntax/"&gt;Syntax&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Thu, 18 Jun 2026 16:55:20 -0000</pubDate><guid>https://sourceforge.netbf93c88567e9967128bc7657e3b9588df6fb5fe8</guid></item></channel></rss>