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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include calls now always return an object containing the library scope
master
jantuomi
2016-08-30
17
-45
/
+78
*
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
*
Fix call token regex
jantuomi
2016-08-29
1
-1
/
+1
*
Implement 'new' keyword for object instantiation
jantuomi
2016-08-29
6
-1
/
+60
*
Rename ObjectDefinition to ObjectPrototype
jantuomi
2016-08-29
5
-11
/
+11
*
Implement object prototype datatype
jantuomi
2016-08-29
3
-5
/
+57
*
Implement object definition with 'obj' keyword
jantuomi
2016-08-29
16
-33
/
+171
*
Add MissingTerminatorTokenError
jantuomi
2016-08-08
1
-6
/
+8
*
Fix bug where calling methods of objects would not actually call the function
Jan Tuomi
2016-08-06
4
-23
/
+11
*
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
24
-80
/
+344
*
Make 'output' function utilize IO printLine
jantuomi
2016-08-05
2
-2
/
+2
*
Fix bug where function parameters were evaluated twice
jantuomi
2016-08-05
1
-2
/
+2
*
Create IO utility class for input and output wrappers
jantuomi
2016-08-04
1
-3
/
+12
*
Rename 'func' to '@', 'as' to '|' and 'end' to '!' to make syntax more terse
jantuomi
2016-08-04
8
-21
/
+16
*
Store functions as symbols in the scope
jantuomi
2016-08-04
22
-177
/
+63
*
Remove if keyword and create if builtin function
jantuomi
2016-08-04
6
-61
/
+48
*
Add ObjectDatatype and implement object member lookup
jantuomi
2016-08-04
6
-12
/
+113
*
Add ObjectMember operator (:) token and node
jantuomi
2016-08-03
5
-1
/
+46
*
Add ObjectMember token type
jantuomi
2016-08-03
2
-21
/
+3
*
Fix regex for scandinavian characters
jantuomi
2016-08-03
1
-2
/
+2
*
Add support for scandinavian characters in symbols
jantuomi
2016-08-03
1
-2
/
+2
*
Insert line information to errors thrown during function calls
jantuomi
2016-08-03
2
-2
/
+8
*
Throw FileNotFoundError from include function if module can't be found
jantuomi
2016-08-03
2
-3
/
+4
*
Add FileNotFoundError, OutOfBoundsError, RecursiveIncludeError
jantuomi
2016-08-03
4
-12
/
+13
*
Change "Malformed syntax tree" error to SyntaxError
jantuomi
2016-08-03
2
-2
/
+2
*
Refactor TunkkiError to subclasses
Jan Tuomi
2016-08-02
57
-114
/
+124
*
Add division by zero error
Jan Tuomi
2016-08-02
1
-1
/
+8
*
Extend 'include' to also use builtin modules
jantuomi
2016-08-02
7
-55
/
+154
*
Fix error in DoubleDatatype caused by floating point problems
jantuomi
2016-08-01
4
-8
/
+17
*
Implement 'as_bool' builtin
jantuomi
2016-08-01
4
-50
/
+98
*
Implement 'contains' for string datatype
jantuomi
2016-08-01
1
-2
/
+22
*
Move tokenizer package under parser package
jantuomi
2016-08-01
55
-74
/
+73
*
Move builtin functions to 'global' package
jantuomi
2016-08-01
12
-15
/
+12
*
Rename debug mode to AST mode for clarity
jantuomi
2016-08-01
1
-5
/
+4
*
Add multiline input to REPL
jantuomi
2016-08-01
2
-4
/
+15
*
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
12
-1
/
+128
*
Fix bug where 'dset' was not recognized as a keyword
Jan Tuomi
2016-07-30
3
-4
/
+5
*
Function references are now correctly first class citizens
Jan Tuomi
2016-07-30
8
-19
/
+130
*
Add nada datatype, resolves #11
jantuomi
2016-07-29
3
-2
/
+52
*
Rename DataContainer to Datatype
jantuomi
2016-07-29
42
-427
/
+422
*
Add missing files to previous commit
jantuomi
2016-07-28
2
-0
/
+35
*
Add 'dset' keyword
jantuomi
2016-07-28
7
-7
/
+54
*
Add more line number information
jantuomi
2016-07-28
3
-5
/
+3
*
Add line number information to certain errors
jantuomi
2016-07-28
1
-3
/
+13
*
Handle some error cases
jantuomi
2016-07-28
6
-14
/
+46
*
Add builtins to the pool in their individual constructors
jantuomi
2016-07-28
5
-15
/
+34
[next]