Small adjustments
This commit is contained in:
parent
e51b74a017
commit
514bcf28ed
2 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue