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
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include calls now always return an object containing the library scope
master
jantuomi
2016-08-30
2
-2
/
+1
*
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
12
-16
/
+133
*
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
2
-10
/
+7
*
Major overhaul of function type checking, allow static and dynamic as well as...
jantuomi
2016-08-05
8
-37
/
+37
*
Fix bug where function parameters were evaluated twice
jantuomi
2016-08-05
1
-2
/
+2
*
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
5
-21
/
+5
*
Remove if keyword and create if builtin function
jantuomi
2016-08-04
4
-56
/
+0
*
Add ObjectDatatype and implement object member lookup
jantuomi
2016-08-04
3
-3
/
+91
*
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
1
-1
/
+8
*
Add FileNotFoundError, OutOfBoundsError, RecursiveIncludeError
jantuomi
2016-08-03
2
-2
/
+1
*
Change "Malformed syntax tree" error to SyntaxError
jantuomi
2016-08-03
1
-1
/
+2
*
Refactor TunkkiError to subclasses
Jan Tuomi
2016-08-02
40
-73
/
+78
*
Add division by zero error
Jan Tuomi
2016-08-02
1
-1
/
+8
*
Extend 'include' to also use builtin modules
jantuomi
2016-08-02
1
-0
/
+4
*
Fix error in DoubleDatatype caused by floating point problems
jantuomi
2016-08-01
2
-4
/
+6
*
Move tokenizer package under parser package
jantuomi
2016-08-01
55
-26
/
+1262
*
Add multiline input to REPL
jantuomi
2016-08-01
1
-3
/
+8
*
Add 'eq' builtin and comparison functionality for datatypes
Jan Tuomi
2016-07-31
9
-0
/
+93
*
Function references are now correctly first class citizens
Jan Tuomi
2016-07-30
5
-15
/
+98
*
Add nada datatype, resolves #11
jantuomi
2016-07-29
2
-1
/
+47
*
Rename DataContainer to Datatype
jantuomi
2016-07-29
29
-347
/
+343
*
Add missing files to previous commit
jantuomi
2016-07-28
1
-0
/
+1
*
Add 'dset' keyword
jantuomi
2016-07-28
4
-5
/
+49
*
Add more line number information
jantuomi
2016-07-28
2
-3
/
+1
*
Add line number information to certain errors
jantuomi
2016-07-28
1
-3
/
+13
*
Handle some error cases
jantuomi
2016-07-28
3
-7
/
+29
*
Add builtins to the pool in their individual constructors
jantuomi
2016-07-28
1
-0
/
+12
*
Add list builtin function for instantiating list variables. Implement list ad...
jantuomi
2016-07-27
1
-7
/
+12
*
Add ListDataContainer
jantuomi
2016-07-27
2
-0
/
+51
*
Function calls are now made with call marker '?' and terminator token '!'.
Jan Tuomi
2016-07-26
2
-24
/
+20
*
Rename BorkError to TunkkiError
Jan Tuomi
2016-07-26
18
-56
/
+56
*
Rename project to tunkki
Jan Tuomi
2016-07-26
29
-0
/
+1256