<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/test/core/parser/stack, branch master</title>
<subtitle>Ousía Main Repository</subtitle>
<id>https://git.ousia-framework.org/ousia.git/atom?h=master</id>
<link rel='self' href='https://git.ousia-framework.org/ousia.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/'/>
<updated>2016-04-25T20:24:17+00:00</updated>
<entry>
<title>Adapt isNamespacededIdentifier to most recent identifier format</title>
<updated>2016-04-25T20:24:17+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T23:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=87dfa67b5ac95e1f41cb2be3507cc47da26caef0'/>
<id>urn:sha1:87dfa67b5ac95e1f41cb2be3507cc47da26caef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Autoformat</title>
<updated>2016-04-25T20:24:16+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=1c8e98853fc65023534cc19c5afdc20901b255f7'/>
<id>urn:sha1:1c8e98853fc65023534cc19c5afdc20901b255f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass "greedy" flag to Handler::startToken</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=2416462060ef54cb737688f648d150313b82e5f4'/>
<id>urn:sha1:2416462060ef54cb737688f648d150313b82e5f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass "isImplicit" flag to Handler::fieldStart</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=be79585f0e81b27ce3dc6b94f1f502ff86dcef68'/>
<id>urn:sha1:be79585f0e81b27ce3dc6b94f1f502ff86dcef68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly. Shorten Stack "checkTokensAreUnambiguous" method</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T13:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=b7f89b4fa3dc15dbe0fa12a27b4d9167f41664f2'/>
<id>urn:sha1:b7f89b4fa3dc15dbe0fa12a27b4d9167f41664f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add additional unit test to TokenStackTest making sure that the returned token lists are actually sorted correctly</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T13:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c3c092e2ee64612b50dea010cc4e1ef54d27c31e'/>
<id>urn:sha1:c3c092e2ee64612b50dea010cc4e1ef54d27c31e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimplement closeToken handling</title>
<updated>2016-04-25T20:24:14+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-11T14:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=d369ff33faa4bf5654db3f1eb105141fccf2270d'/>
<id>urn:sha1:d369ff33faa4bf5654db3f1eb105141fccf2270d</id>
<content type='text'>
Idea: Only start unrolling anything on the parser stack
if an element that matches the given close token is found.
This requires the endToken method in DocumentChildHandler
to search for the given descriptor that might be ended.
While performing this search, only a specified number of
"explicit" structures/fields opened by the Stack class may
be skipped (those with implicit default fields).

Added an integration test ("python_code") which requires
this new (hopefully sane) behaviour.
</content>
</entry>
<entry>
<title>Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, temporarily remove pushTokens and popTokens calls from DocumentChildHandler</title>
<updated>2016-04-25T20:19:28+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-03-31T21:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=8c85e1c10085d6d634e35a63f0fc7b68a1b28eff'/>
<id>urn:sha1:8c85e1c10085d6d634e35a63f0fc7b68a1b28eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added unit tests for annotation handling</title>
<updated>2015-03-03T19:20:59+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-03-03T19:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=ec758436a01903ded6ec5951fa1fc5d2fe062239'/>
<id>urn:sha1:ec758436a01903ded6ec5951fa1fc5d2fe062239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finished stack and adapted all unit tests</title>
<updated>2015-03-03T13:34:14+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-03-03T13:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=fb8d4cdf01909b61e4e5d0806ec6de178ff0058c'/>
<id>urn:sha1:fb8d4cdf01909b61e4e5d0806ec6de178ff0058c</id>
<content type='text'>
</content>
</entry>
</feed>
