Small adjustments

This commit is contained in:
Dominik Picheta 2018-05-08 16:11:12 +01:00
commit 514bcf28ed
2 changed files with 5 additions and 2 deletions

View file

@ -154,10 +154,13 @@ $views-color: #545d70;
@extend .grid-sm;
@extend .container;
margin: 0;
padding: 0;
}
.post {
@extend .tile;
border-top: 1px solid $border-color;
padding-top: $control-padding-y-lg;
}
.post-icon {

View file

@ -91,12 +91,12 @@
<div class="post-username">
twetzel59
</div>
<div class="post-time">44m</div>
<div class="post-time">32m</div>
</div>
<div class="post-content">
<p>Wow, I was just reading about the compilation pipeline today!</p>
<p>I suppose you could use at least the lexing part from a generator like <tt>flex</tt>, not so sure about using AST generators <b>easily</b> (it's possible).</p>
<p>I suppose you could use at least the lexing part from a generator like <code>flex</code>, not so sure about using AST generators <b>easily</b> (it's possible).</p>
<p>Is your language complicated enough to warrant a parser generator or could you just use a custom parser?</p>
</div>