<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tunkki.git/src/main/com/jantuomi/tunkki/exception, branch master</title>
<subtitle>A lightning fast scripting language without the need for parentheses.
</subtitle>
<id>http://forge.jan.systems/tunkki.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/tunkki.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/'/>
<updated>2016-08-29T12:28:45Z</updated>
<entry>
<title>Implement 'new' keyword for object instantiation</title>
<updated>2016-08-29T12:28:45Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-29T12:28:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=ab048875e8f9b4861221c32751c5e503b3cafcb6'/>
<id>urn:sha1:ab048875e8f9b4861221c32751c5e503b3cafcb6</id>
<content type='text'>
Add NotAPrototypeError
</content>
</entry>
<entry>
<title>Add MissingTerminatorTokenError</title>
<updated>2016-08-08T11:12:38Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-08T11:12:38Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=b4469f872286f8563ec805ef32798bb9608c29e4'/>
<id>urn:sha1:b4469f872286f8563ec805ef32798bb9608c29e4</id>
<content type='text'>
If the token stack doesn't have a terminator token for all variable argument tokens, throw an error.
</content>
</entry>
<entry>
<title>Store functions as symbols in the scope</title>
<updated>2016-08-04T12:18:57Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-04T12:18:57Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=be4953049321731f865e94def771ed53fe6b061f'/>
<id>urn:sha1:be4953049321731f865e94def771ed53fe6b061f</id>
<content type='text'>
Functions no longer know their own name because they are essentially lambdas assigned to variables
</content>
</entry>
<entry>
<title>Add ObjectDatatype and implement object member lookup</title>
<updated>2016-08-04T09:45:51Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-04T09:45:51Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=5b690c7cf7d024b855b9c75d9c53603b3ba46970'/>
<id>urn:sha1:5b690c7cf7d024b855b9c75d9c53603b3ba46970</id>
<content type='text'>
Various error fixes
Resolves #14
</content>
</entry>
<entry>
<title>Add FileNotFoundError, OutOfBoundsError, RecursiveIncludeError</title>
<updated>2016-08-03T06:54:46Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-03T06:31:36Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=30d3ce8402015db2a85a4bed35a20bd95bd0c283'/>
<id>urn:sha1:30d3ce8402015db2a85a4bed35a20bd95bd0c283</id>
<content type='text'>
Change several GeneralError throws to utilize new error types
</content>
</entry>
<entry>
<title>Change TypeError message</title>
<updated>2016-08-03T06:54:46Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-03T06:11:52Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=1f41c228222cd3dcd4f746fc9dc1aeffa224fde8'/>
<id>urn:sha1:1f41c228222cd3dcd4f746fc9dc1aeffa224fde8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change "Malformed syntax tree" error to SyntaxError</title>
<updated>2016-08-03T06:54:46Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-03T06:09:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=f3b8e894c1212e0c494601d2ef04f94e4ee1ae7d'/>
<id>urn:sha1:f3b8e894c1212e0c494601d2ef04f94e4ee1ae7d</id>
<content type='text'>
Remove dead code
Change SyntaxError message
</content>
</entry>
<entry>
<title>Cleanup TunkkiError class</title>
<updated>2016-08-03T06:54:36Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-03T06:05:36Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=a8ac69d4c0e82ff4c8da7bf608b41c07afe1fc0e'/>
<id>urn:sha1:a8ac69d4c0e82ff4c8da7bf608b41c07afe1fc0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor TunkkiError to subclasses</title>
<updated>2016-08-02T20:07:23Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan-sebastian.tuomi@aalto.fi</email>
</author>
<published>2016-08-02T20:07:23Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=2132d8d8ead5619974976ca430d91ee760e0551b'/>
<id>urn:sha1:2132d8d8ead5619974976ca430d91ee760e0551b</id>
<content type='text'>
Make TunkkiError abstract and create a subclass for all error types
Change all TunkkiError throws to throw subclasses instead
</content>
</entry>
<entry>
<title>Add division by zero error</title>
<updated>2016-08-02T18:45:09Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan-sebastian.tuomi@aalto.fi</email>
</author>
<published>2016-08-02T18:45:09Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=5ac4b67b7eba39bbb098b9b184dcacffe99baa2a'/>
<id>urn:sha1:5ac4b67b7eba39bbb098b9b184dcacffe99baa2a</id>
<content type='text'>
</content>
</entry>
</feed>
