<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tunkki.git/src/main/com/jantuomi/tunkki/core/runtime, 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-30T13:50:00Z</updated>
<entry>
<title>Include calls now always return an object containing the library scope</title>
<updated>2016-08-30T13:50:00Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-30T13:50:00Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=7abd9bde5724aaa95751bc9b69ee0cb49c4fd399'/>
<id>urn:sha1:7abd9bde5724aaa95751bc9b69ee0cb49c4fd399</id>
<content type='text'>
Resolves #15
</content>
</entry>
<entry>
<title>Fix bug where scopes would not get popped from the stack at the end of a function call</title>
<updated>2016-08-29T13:34:11Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-29T13:34:11Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=a6bb3d4f3789fab2842600bed1816515de1b5aaf'/>
<id>urn:sha1:a6bb3d4f3789fab2842600bed1816515de1b5aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where 'cast' module was not included correctly</title>
<updated>2016-08-29T13:04:26Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-29T13:04:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=c587731f60d28096bb796fb1de0127d40a9983b6'/>
<id>urn:sha1:c587731f60d28096bb796fb1de0127d40a9983b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement object definition with 'obj' keyword</title>
<updated>2016-08-29T11:25:24Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-29T11:25:24Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=5ccfb2931c9ed97798857e97d521ce31ad104c65'/>
<id>urn:sha1:5ccfb2931c9ed97798857e97d521ce31ad104c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where calling methods of objects would not actually call the function</title>
<updated>2016-08-06T18:01:36Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan-sebastian.tuomi@aalto.fi</email>
</author>
<published>2016-08-06T18:01:36Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=0f5331fe7448d935d783f927dcb870589bbb0c52'/>
<id>urn:sha1:0f5331fe7448d935d783f927dcb870589bbb0c52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create 'io' module</title>
<updated>2016-08-06T17:34:20Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan-sebastian.tuomi@aalto.fi</email>
</author>
<published>2016-08-06T17:34:20Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=dcfe0b2074a871416530c124937811d71f71cf75'/>
<id>urn:sha1:dcfe0b2074a871416530c124937811d71f71cf75</id>
<content type='text'>
Move 'input' and 'output' builtins to said module
Rename wrongly named power builtin to 'pow'
</content>
</entry>
<entry>
<title>'output' function should use 'toString' from the Datatype class</title>
<updated>2016-08-06T17:12:44Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan-sebastian.tuomi@aalto.fi</email>
</author>
<published>2016-08-06T17:12:44Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=7f3662be3c3b4ee0680471798c846305e81d8dc8'/>
<id>urn:sha1:7f3662be3c3b4ee0680471798c846305e81d8dc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major overhaul of function type checking, allow static and dynamic as well as variadic argument lists</title>
<updated>2016-08-05T12:36:51Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-05T12:36:51Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=2333c88ff290adaa3aabd0582e420b1ef6ec9efb'/>
<id>urn:sha1:2333c88ff290adaa3aabd0582e420b1ef6ec9efb</id>
<content type='text'>
Split 'Function' class into abstract superclass 'Function' and child classes 'UserDefinedFunction' and 'BuiltinFunction'
</content>
</entry>
<entry>
<title>Make 'output' function utilize IO printLine</title>
<updated>2016-08-05T06:58:23Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-05T06:58:23Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=135602b2853de8664f95a5deeaa44e175107f7be'/>
<id>urn:sha1:135602b2853de8664f95a5deeaa44e175107f7be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create IO utility class for input and output wrappers</title>
<updated>2016-08-04T13:40:41Z</updated>
<author>
<name>jantuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2016-08-04T13:40:41Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunkki.git/commit/?id=e638ff7deab87bf4a5409f5c228d04ee3c57df48'/>
<id>urn:sha1:e638ff7deab87bf4a5409f5c228d04ee3c57df48</id>
<content type='text'>
</content>
</entry>
</feed>
