<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/decoy/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 04 Sep 2011 10:30:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/decoy/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Bjorn Reese</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,10 +1,12 @@
 # Decoy #
 
-Decoy is a program instrumentation extension for the [clang](http://clang.llvm.org/) compiler.
-
+Decoy is a program instrumentation module that allows you to selectively annotate your program with tracing and debugging information.
+
+Decoy is an extension for the [LLVM](http://llvm.org/) compiler infrastructure.
+
+Program instrumentation is done via the Decoy programming language.
+
 Decoy is still in the early development stages, so all information here may change.
-
-Program instrumentation is done via the Decoy programming language.
 
 ## Invocation ##
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjorn Reese</dc:creator><pubDate>Sun, 04 Sep 2011 10:30:07 -0000</pubDate><guid>https://sourceforge.net4deef078ff06ea0c18db822bac6f57983b31c165</guid></item><item><title>WikiPage Home modified by Bjorn Reese</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,7 +2,11 @@
 
 Decoy is a program instrumentation extension for the [clang](http://clang.llvm.org/) compiler.
 
+Decoy is still in the early development stages, so all information here may change.
+
 Program instrumentation is done via the Decoy programming language.
+
+## Invocation ##
 
 ## Examples ##
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjorn Reese</dc:creator><pubDate>Sun, 04 Sep 2011 10:22:30 -0000</pubDate><guid>https://sourceforge.net02e1143694df58c415127ae877d3f88134428881</guid></item><item><title>WikiPage Home modified by Bjorn Reese</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,1 +1,27 @@
 # Decoy #
+
+Decoy is a program instrumentation extension for the [clang](http://clang.llvm.org/) compiler.
+
+Program instrumentation is done via the Decoy programming language.
+
+## Examples ##
+
+    @begin
+    {
+      print("Program starts");
+    }
+
+    @end
+    {
+      print("Program stops");
+    }
+
+    @enter:main
+    {
+      print("Entering main()");
+    }
+
+    @leave:main
+    {
+      print("Leaving main()");
+    }
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjorn Reese</dc:creator><pubDate>Sun, 04 Sep 2011 10:16:25 -0000</pubDate><guid>https://sourceforge.netb5e2da2565bae34fcf33cef4783f6ddc3c6c6ac6</guid></item><item><title>WikiPage Home modified by Bjorn Reese</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,1 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/decoy/home/markdown_syntax/) syntax.
+# Decoy #
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjorn Reese</dc:creator><pubDate>Sun, 04 Sep 2011 10:06:25 -0000</pubDate><guid>https://sourceforge.netbe36b8d1ada95fe1e82e07405eddcee48a0c9137</guid></item><item><title>WikiPage Home modified by Bjorn Reese</title><link>https://sourceforge.net/p/decoy/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/decoy/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjorn Reese</dc:creator><pubDate>Sat, 30 Jul 2011 16:02:42 -0000</pubDate><guid>https://sourceforge.net4615fddcab986a8858796ce3a3b2eff88961c6b3</guid></item></channel></rss>