<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc, branch feature/content-parser-ast</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>content-parser: added ast for content blocks. pending inline and tests</title>
<updated>2016-07-16T00:02:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-06-24T23:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=feb3ed33717d04973a052ebca8c6872c517a2acf'/>
<id>feb3ed33717d04973a052ebca8c6872c517a2acf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: added 'next' to node structure</title>
<updated>2016-07-15T23:58:49+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-06-22T22:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=b88cdf4fd29bb74022ccf752ace910244767f977'/>
<id>b88cdf4fd29bb74022ccf752ace910244767f977</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>content-parser: added basic data structures for ast</title>
<updated>2016-07-15T23:58:49+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-06-22T22:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=5ce910e4883f44be79055d0bf71f7703097f4026'/>
<id>5ce910e4883f44be79055d0bf71f7703097f4026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runserver: removed uneeded struct decl</title>
<updated>2016-07-07T21:07:15+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-07T21:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f40bc3931a7194f7361f9cbe35d0f42a1ce444be'/>
<id>f40bc3931a7194f7361f9cbe35d0f42a1ce444be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: fixed includes</title>
<updated>2016-07-07T20:59:54+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-07T20:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e'/>
<id>55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e</id>
<content type='text'>
this refactoring was done with the help of the 'include-what-you-use'
program. if this breaks the build for you, please report!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this refactoring was done with the help of the 'include-what-you-use'
program. if this breaks the build for you, please report!
</pre>
</div>
</content>
</entry>
<entry>
<title>template-parser: fixed block scope</title>
<updated>2016-07-07T13:19:26+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-07T13:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3854053b3c533bf1e72bd21cd36f4c5fe3a1b74a'/>
<id>3854053b3c533bf1e72bd21cd36f4c5fe3a1b74a</id>
<content type='text'>
this patch blocks some usage that is obviously wrong and that nobody
would want to use, but that should be explicitly blocked by the parser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this patch blocks some usage that is obviously wrong and that nobody
would want to use, but that should be explicitly blocked by the parser.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version bump</title>
<updated>2016-07-05T01:47:07+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-05T01:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=fcc5b48fd30d618b233bcf3ea7869399561e4e27'/>
<id>fcc5b48fd30d618b233bcf3ea7869399561e4e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file: added dedicated error type</title>
<updated>2016-07-05T01:34:01+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-05T01:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=16c8bef25dc971c055526fb75a971cbc219822da'/>
<id>16c8bef25dc971c055526fb75a971cbc219822da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man: templates and sources must be valid utf-8</title>
<updated>2016-07-05T01:25:56+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-05T01:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=8fb67f6c89490e2bbce5d5650f930780e77b57c2'/>
<id>8fb67f6c89490e2bbce5d5650f930780e77b57c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renderer: utils: fixed memory bugs found by clang static analyzer</title>
<updated>2016-07-05T00:51:46+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-04T21:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f416c85366a3e85e7f7576398f55595de51adc52'/>
<id>f416c85366a3e85e7f7576398f55595de51adc52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
