index
:
tunkki.git
master
A lightning fast scripting language without the need for parentheses.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
com
/
jantuomi
/
tunkki
/
core
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include calls now always return an object containing the library scope
master
jantuomi
2016-08-30
15
-43
/
+77
*
Fix bug where scopes would not get popped from the stack at the end of a func...
jantuomi
2016-08-29
2
-1
/
+4
*
Fix bug where 'cast' module was not included correctly
jantuomi
2016-08-29
2
-4
/
+7
*
Implement object definition with 'obj' keyword
jantuomi
2016-08-29
4
-17
/
+38
*
Fix bug where calling methods of objects would not actually call the function
Jan Tuomi
2016-08-06
2
-13
/
+4
*
Create 'io' module
Jan Tuomi
2016-08-06
3
-9
/
+29
*
'output' function should use 'toString' from the Datatype class
Jan Tuomi
2016-08-06
1
-1
/
+1
*
Major overhaul of function type checking, allow static and dynamic as well as...
jantuomi
2016-08-05
16
-43
/
+307
*
Make 'output' function utilize IO printLine
jantuomi
2016-08-05
2
-2
/
+2
*
Create IO utility class for input and output wrappers
jantuomi
2016-08-04
1
-3
/
+12
*
Store functions as symbols in the scope
jantuomi
2016-08-04
17
-156
/
+58
*
Remove if keyword and create if builtin function
jantuomi
2016-08-04
2
-5
/
+48
*
Add ObjectDatatype and implement object member lookup
jantuomi
2016-08-04
3
-9
/
+22
*
Insert line information to errors thrown during function calls
jantuomi
2016-08-03
1
-1
/
+0
*
Throw FileNotFoundError from include function if module can't be found
jantuomi
2016-08-03
1
-2
/
+3
*
Add FileNotFoundError, OutOfBoundsError, RecursiveIncludeError
jantuomi
2016-08-03
2
-10
/
+12
*
Change "Malformed syntax tree" error to SyntaxError
jantuomi
2016-08-03
1
-1
/
+0
*
Refactor TunkkiError to subclasses
Jan Tuomi
2016-08-02
17
-41
/
+46
*
Extend 'include' to also use builtin modules
jantuomi
2016-08-02
6
-55
/
+150
*
Fix error in DoubleDatatype caused by floating point problems
jantuomi
2016-08-01
2
-4
/
+11
*
Implement 'as_bool' builtin
jantuomi
2016-08-01
4
-50
/
+98
*
Implement 'contains' for string datatype
jantuomi
2016-08-01
1
-2
/
+22
*
Move builtin functions to 'global' package
jantuomi
2016-08-01
12
-15
/
+12
*
Add multiline input to REPL
jantuomi
2016-08-01
1
-1
/
+7
*
Implement enhanced REPL, relates to #13
Jan Tuomi
2016-07-31
1
-1
/
+2
*
Add 'eq' builtin and comparison functionality for datatypes
Jan Tuomi
2016-07-31
3
-1
/
+35
*
Function references are now correctly first class citizens
Jan Tuomi
2016-07-30
2
-2
/
+30
*
Add nada datatype, resolves #11
jantuomi
2016-07-29
1
-1
/
+5
*
Rename DataContainer to Datatype
jantuomi
2016-07-29
13
-80
/
+79
*
Handle some error cases
jantuomi
2016-07-28
2
-6
/
+5
*
Add builtins to the pool in their individual constructors
jantuomi
2016-07-28
4
-15
/
+22
*
Implement get builtin function
jantuomi
2016-07-28
2
-0
/
+50
*
Implement contains function for checking if element is in a list.
jantuomi
2016-07-27
2
-0
/
+45
*
Add list builtin function for instantiating list variables. Implement list ad...
jantuomi
2016-07-27
2
-0
/
+30
*
Fix include function
jantuomi
2016-07-27
1
-1
/
+2
*
Rename BorkError to TunkkiError
Jan Tuomi
2016-07-26
10
-24
/
+24
*
Rename builtins out and in to output and input
Jan Tuomi
2016-07-26
3
-8
/
+8
*
Rename project to tunkki
Jan Tuomi
2016-07-26
11
-0
/
+474