<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/bugs/gh-75.hlsl, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2017-07-11T22:43:18+00:00</updated>
<entry>
<title>Make parser recovering more robust to avoid infinite loops</title>
<updated>2017-07-11T22:43:18+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoley@nvidia.com</email>
</author>
<published>2017-07-11T22:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=24a44ffdd6e5648b3e0528ac3ccc871da853158c'/>
<id>urn:sha1:24a44ffdd6e5648b3e0528ac3ccc871da853158c</id>
<content type='text'>
Fixes #75

In order to avoid cascaded errors, I went ahead and made the parser refuse to skip past a `}` in recovery mode. The problem with this is that we fail to make forward progress if we are stuck on a `}` (this happens if you have an extra `}` at the global scope.
</content>
</entry>
</feed>
