summaryrefslogtreecommitdiffstats
path: root/articles/page/3/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-25 14:09:51 +0100
committerLoïc Hoguin <[email protected]>2020-03-25 14:09:51 +0100
commit5ff790b8d2b04152d0bf851cbf759f3c33cf53e7 (patch)
tree2f68660f9022bfdbe518412f6bcce55502cc9f94 /articles/page/3/index.html
parentad0ff34015a56c429ddb094976dad3ebc53252e5 (diff)
downloadninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.tar.gz
ninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.tar.bz2
ninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.zip
Gun 2.0.0-pre.2 and Cowlib 2.9.0
Diffstat (limited to 'articles/page/3/index.html')
-rw-r--r--articles/page/3/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index e0a1751b..3e2823bd 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -67,6 +67,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/xerl-0.5-intermediate-module/">Xerl: intermediate module</a></h2>
+ <p class="date">
+ <span class="year">2013</span>
+ <span class="day-month">25 Mar</span>
+ </p>
+ </header>
+
+ <p>Today we will start the work on the intermediate module that will be used to run the code for the expressions found in our file&apos;s body, replacing our interpreter.
+This is what we want to have when all the work is done:
+xerl -&gt; tokens -&gt; AST -&gt; intermediate -&gt; cerl Today we will perform this work only on the atomic integer expression however, so we will not build any module at the end.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/xerl-0.5-intermediate-module/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/xerl-0.4-expression-separator/">Xerl: expression separator</a></h2>
<p class="date">
<span class="year">2013</span>