<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lex.c, branch v2.5</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>better format for error messages.</title>
<updated>1996-11-08T19:08:30+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-11-08T19:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a103455dda85bb8a2e852e83a4748aa20d485180'/>
<id>a103455dda85bb8a2e852e83a4748aa20d485180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>error message for syntax "1..2";</title>
<updated>1996-11-08T12:49:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-11-08T12:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=60242e1930e5999a5fcc5491cd597cc2a5bd97fb'/>
<id>60242e1930e5999a5fcc5491cd597cc2a5bd97fb</id>
<content type='text'>
syntax error function is in "lex.c" (it has the token)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syntax error function is in "lex.c" (it has the token)
</pre>
</div>
</content>
</entry>
<entry>
<title>pragmas should not be recognized inside literal strings.</title>
<updated>1996-11-06T20:24:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-11-06T20:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3e94febfc10ae07adb4de0556de4d4c5d7f22d27'/>
<id>3e94febfc10ae07adb4de0556de4d4c5d7f22d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new way to handle pragmas (at the lexical level, instead of parsing).</title>
<updated>1996-09-25T21:52:00+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-09-25T21:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0af581f0bf5a7d0d67803a1a25959a53d5bb6cda'/>
<id>0af581f0bf5a7d0d67803a1a25959a53d5bb6cda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: a program ending in a comment without EOL made lex loops forever.</title>
<updated>1996-09-09T14:11:11+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-09-09T14:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f0cc2d55067d32c1232d9483721254360d4c3bae'/>
<id>f0cc2d55067d32c1232d9483721254360d4c3bae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexical analiser may use luaI_buffer, instead of waste space with</title>
<updated>1996-05-30T14:04:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-05-30T14:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5cddb264d430d7c9b4defd63d823d98bf002f4d1'/>
<id>5cddb264d430d7c9b4defd63d823d98bf002f4d1</id>
<content type='text'>
a separate buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a separate buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>first version of vararg facility (plus new function "call").</title>
<updated>1996-05-28T21:07:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-05-28T21:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9863223fbf512d903a1677c861e4beb4f8feda4d'/>
<id>9863223fbf512d903a1677c861e4beb4f8feda4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better control when growing arrays.</title>
<updated>1996-03-21T16:33:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-21T16:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9284742a11b92dfe4ef011b963240cfa588515cd'/>
<id>9284742a11b92dfe4ef011b963240cfa588515cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unused "#include"</title>
<updated>1996-03-19T16:50:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-19T16:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9'/>
<id>7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9</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 "ugly" programs.</title>
<updated>1996-03-14T15:17:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-14T15:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=281db390e8c8bdb8423a21728a2d4ac703ac3f33'/>
<id>281db390e8c8bdb8423a21728a2d4ac703ac3f33</id>
<content type='text'>
no more comments with '#'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no more comments with '#'.
</pre>
</div>
</content>
</entry>
</feed>
