Felix Queissner
|
d55ff69193
|
Adds better debugging output. Also adds a return; to free :P
|
2015-08-16 23:40:34 +02:00 |
|
Felix Queissner
|
3e2bf8ff10
|
Adds primitive API initializer.
|
2015-08-14 15:55:12 +02:00 |
|
Felix Queissner
|
ddbfb0e1aa
|
some stuff.
|
2015-08-13 14:56:50 +02:00 |
|
Felix Queissner
|
cf02215de8
|
Adds REPEAT and WHILE loop.
|
2015-08-12 14:13:49 +02:00 |
|
Felix Queissner
|
908c0e2ff1
|
Adds ELSE and ELSEIF support.
|
2015-08-12 12:15:47 +02:00 |
|
Felix Queissner
|
b5b63b5817
|
Adds first version of IF ... THEN with block or single instruction support.
|
2015-08-10 17:05:58 +02:00 |
|
Felix Queissner
|
5a6be7e742
|
Adds comparison operators and bool.
|
2015-08-10 16:37:16 +02:00 |
|
Felix Queissner
|
5ab82917fa
|
Refactors some Type and Variable stuff (Adds const static members). Adds all arithmetic operations. Improves overall progress.
|
2015-08-10 12:10:05 +02:00 |
|
Felix Queissner
|
832c9cf83a
|
Adds functional execution unit. Lots of memory leaks. LOTS OF MEMORY LEAKS! also somehow working exection which is quite nice.
|
2015-08-10 00:15:36 +02:00 |
|
Felix Queissner
|
cf148e411e
|
Hardcore coding session. Parser complete, Syntax Tree model is "working", execution is quite possible. Although no code->model translation.
|
2015-08-09 21:43:47 +02:00 |
|