summaryrefslogtreecommitdiffstats
path: root/articles/page/3/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-23 10:32:12 +0100
committerLoïc Hoguin <[email protected]>2019-12-23 10:32:12 +0100
commit4723c9053094c688d4edf80f5b1d9f51e1739a29 (patch)
treea7a576ec40fc6de25aea50bf03383003974ab8b2 /articles/page/3/index.html
parent53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3 (diff)
downloadninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.tar.gz
ninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.tar.bz2
ninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.zip
Merry Christmas 2019 + FOSDEM 2020 talk
Diffstat (limited to 'articles/page/3/index.html')
-rw-r--r--articles/page/3/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index 8c6c149c..e0a1751b 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -67,6 +67,25 @@
<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>
+ <span class="day-month">01 Mar</span>
+ </p>
+ </header>
+
+ <p>As promised we are adding an expression separator this time. This will be short and easy.
+In the tokenizer we only need to add a line recognizing the comma as a valid token.
+, : {token, {',', TokenLine}}. Then we need to change the following lines in the parser:
+exprs -&gt; expr : ['$1']. exprs -&gt; expr exprs : ['$1' | '$2']. And add a comma between the expressions on the second line:</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/xerl-0.4-expression-separator/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/erlang-scalability/">Erlang Scalability</a></h2>
<p class="date">
<span class="year">2013</span>