<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/hoc/hoc.y, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)</title>
<updated>2019-09-19T17:10:28+00:00</updated>
<author>
<name>deepcube</name>
<email>evan.gates@gmail.com</email>
</author>
<published>2019-09-19T17:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f1dd3f065a97f57bf59db2e3284868e181734159'/>
<id>f1dd3f065a97f57bf59db2e3284868e181734159</id>
<content type='text'>
The code had a nested use of the follow() function that could cause +=+
and -=- to register as ++ and --.  The first follow() to execute could
consume a character and match and then the second follow() could consume
another character and match.  For example i-=-10 would result in a syntax
error and i-=- would decrement i.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code had a nested use of the follow() function that could cause +=+
and -=- to register as ++ and --.  The first follow() to execute could
consume a character and match and then the second follow() could consume
another character and match.  For example i-=-10 would result in a syntax
error and i-=- would decrement i.</pre>
</div>
</content>
</entry>
<entry>
<title>shut up, gcc!</title>
<updated>2006-04-20T20:30:55+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-20T20:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=de9b8f86741adea9b91a32d01fbca12069c56586'/>
<id>de9b8f86741adea9b91a32d01fbca12069c56586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add hoc</title>
<updated>2003-12-04T17:45:49+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2003-12-04T17:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c5b9ff9fa8f7a65939c3592572a3df1b60dcf57e'/>
<id>c5b9ff9fa8f7a65939c3592572a3df1b60dcf57e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
