summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-13 17:28:18 +0100
committerLoïc Hoguin <[email protected]>2017-12-13 17:28:18 +0100
commit10e70ed2d18e174b57778cc354978dbe742a5320 (patch)
treef93694db0ab5c664b4511ffaaf9507b8139bf83b /articles/page/2/index.html
parent73f7713f7138b8e3a80122e6b7d446e8ef3bbb39 (diff)
downloadninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.tar.gz
ninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.tar.bz2
ninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.zip
Cowboy 2.2.0
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 4097c8bf..b23cb177 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -72,6 +72,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="day">25</span>
+ <span class="month">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&#8217;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="day">01</span>