<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lparser.h, branch v5.3.3</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>more comments + reordeing of union inside 'expdesc' to allow</title>
<updated>2015-12-30T18:16:13+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-12-30T18:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=07cf8415e3197b9a8e0f46743f7f9adc8fe8a256'/>
<id>07cf8415e3197b9a8e0f46743f7f9adc8fe8a256</id>
<content type='text'>
static initialization of a VKINT value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
static initialization of a VKINT value
</pre>
</div>
</content>
</entry>
<entry>
<title>comments. (More explanation about kinds of expressions.)</title>
<updated>2015-12-17T15:44:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-12-17T15:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=19770b03a9faa8e2e0bf573a9417db5bfba1eac9'/>
<id>19770b03a9faa8e2e0bf573a9417db5bfba1eac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`name' in comments changed to 'name'</title>
<updated>2014-10-25T11:50:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-25T11:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bdf566a8a32450c2eb6273c8c1a92e2181b6846e'/>
<id>bdf566a8a32450c2eb6273c8c1a92e2181b6846e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more precision between closure types ('LClosure' x 'CClosure')</title>
<updated>2014-06-19T18:27:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-06-19T18:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=89b56e7d84d84de58fcc9d540c2003c6c2f8c134'/>
<id>89b56e7d84d84de58fcc9d540c2003c6c2f8c134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug (GC can collect long identifier during parser) + change (using</title>
<updated>2013-08-30T16:01:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-08-30T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8ef9e8460e775793f760deb28d0c3d10dda31b49'/>
<id>8ef9e8460e775793f760deb28d0c3d10dda31b49</id>
<content type='text'>
a single constant table for all functions in a chunk)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a single constant table for all functions in a chunk)
</pre>
</div>
</content>
</entry>
<entry>
<title>first implementation of literal integers (no constant folding yet)</title>
<updated>2013-04-16T18:46:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-04-16T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1294b09d8eff59a5fa00a43a2c462d338546da1f'/>
<id>1294b09d8eff59a5fa00a43a2c462d338546da1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no more 'Proto' objects on the stack. Protos are anchored on outer</title>
<updated>2012-05-08T13:53:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-08T13:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3cadc37f470df50deb5c920b028125b8bb6c316b'/>
<id>3cadc37f470df50deb5c920b028125b8bb6c316b</id>
<content type='text'>
Protos or on a Closure, which must be created before the Proto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protos or on a Closure, which must be created before the Proto.
</pre>
</div>
</content>
</entry>
<entry>
<title>reducing even more use of C stack by the parser: struct 'FuncState'</title>
<updated>2011-07-27T18:09:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-07-27T18:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=59bcd137ae09456d9315b5c9b0cce520230423a7'/>
<id>59bcd137ae09456d9315b5c9b0cce520230423a7</id>
<content type='text'>
does not need field 'L' + number of labels/gotos in a chunk may be
limited to SHRT_MAX. (Also removed some non-needed 'unsigned's.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
does not need field 'L' + number of labels/gotos in a chunk may be
limited to SHRT_MAX. (Also removed some non-needed 'unsigned's.)
</pre>
</div>
</content>
</entry>
<entry>
<title>no need of lookahead in Zio</title>
<updated>2011-02-23T13:13:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-02-23T13:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7482e8f914fbf198af02c2970cf0aadd80740f92'/>
<id>7482e8f914fbf198af02c2970cf0aadd80740f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some reorganization of dynamic data structures used by the parser</title>
<updated>2011-02-07T17:14:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-02-07T17:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f0797492875dec5bf7a23b9172809bc92c0c04cd'/>
<id>f0797492875dec5bf7a23b9172809bc92c0c04cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
