Wed, 19 Dec 2012 22:01:42 +0200 |
Teemu Piippo |
So it turns out that the functions I thought were taking float are actually taking int. So, with the only reason for float removed, the float type is removed as well. I'd rather have fixed point anyway.
|
file |
diff |
annotate
|
Sat, 28 Jul 2012 17:57:37 +0300 |
Teemu Piippo |
Negative literal integers work properly now..
|
file |
diff |
annotate
|
Sat, 28 Jul 2012 17:41:24 +0300 |
Teemu Piippo |
Expression parser mostly up and running!! Still work to do on it though.
|
file |
diff |
annotate
|
Mon, 16 Jul 2012 04:15:49 +0300 |
Teemu Piippo |
Moved CharByte inside DataBuffer since that's where it belongs anyway.
|
file |
diff |
annotate
|
Mon, 16 Jul 2012 04:07:15 +0300 |
Teemu Piippo |
Added comment support
|
file |
diff |
annotate
|
Sat, 14 Jul 2012 22:03:34 +0300 |
Teemu Piippo |
Added -l command line parameter, if given, botc will list all available commands and exit.
|
file |
diff |
annotate
|
Sat, 14 Jul 2012 20:35:50 +0300 |
Teemu Piippo |
Added string table and support for string parameters in commands.
|
file |
diff |
annotate
|
Sat, 14 Jul 2012 15:44:38 +0300 |
Teemu Piippo |
Restructured the command def parser, added parameter lists to definition file.
|
file |
diff |
annotate
|
Sat, 14 Jul 2012 04:03:25 +0300 |
Teemu Piippo |
Commands are now read properly.
|
file |
diff |
annotate
|
Fri, 13 Jul 2012 20:35:18 +0300 |
Teemu Piippo |
Added command definition file
|
file |
diff |
annotate
|