<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/test/core/parser, 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>Implement endAtWhitespace flag which tells TokenizedDataReader to stop reading data after the first whitespace character</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-12T16:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=667d9c4a082552fb64c5ffe7b0bd6212c8a8b1b3'/>
<id>urn:sha1:667d9c4a082552fb64c5ffe7b0bd6212c8a8b1b3</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>Change way indent and dedent special tokens are produced by TokenizedData</title>
<updated>2016-04-25T20:19:30+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-02T23:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c2fb096e02aca7dd3054dc2c8260c81847d8fa1f'/>
<id>urn:sha1:c2fb096e02aca7dd3054dc2c8260c81847d8fa1f</id>
<content type='text'>
* Move dedent to the end of the previous line
* Leave indent to the first character of the current line
* Dedent is called as many times as indent
</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>
</feed>
