<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src, 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>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>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>
<entry>
<title>blogc: only -D arguments must be validated for UTF-8</title>
<updated>2016-07-04T18:20:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-04T18:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4c228763c31255ea9bd3cd1bbd93f5cf7ab9f54b'/>
<id>4c228763c31255ea9bd3cd1bbd93f5cf7ab9f54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utf8: skip BOM, if found</title>
<updated>2016-07-03T23:07:34+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-07-03T19:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=1099a4d991942655c0291a74b488322d5da533bd'/>
<id>1099a4d991942655c0291a74b488322d5da533bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
