summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-09 13:18:29 +0000
committerLoïc Hoguin <[email protected]>2017-11-09 13:18:29 +0000
commit260b1e2a7c3d1ac9aee4f96e24ddae6417675e55 (patch)
tree37f3bec6bda232d8bd6e861187368a85dd8571ad /articles/page/2/index.html
parent28b5bf18a3be3b933a76f8b8912c8ee55238cdc6 (diff)
downloadninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.tar.gz
ninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.tar.bz2
ninenines.eu-260b1e2a7c3d1ac9aee4f96e24ddae6417675e55.zip
Cowboy 2.1.0 announcement
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 4c97395a..4097c8bf 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -72,6 +72,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="day">01</span>
+ <span class="month">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="day">18</span>