changelog
- Sat, 25 Aug 2012 03:40:36 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 25 Aug 2012 03:40:36 +0300] rev 56
- Added support for else-statements
- Sat, 25 Aug 2012 03:04:14 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 25 Aug 2012 03:04:14 +0300] rev 55
- Added support for the ternary operator.
- Tue, 14 Aug 2012 01:54:17 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 01:54:17 +0300] rev 54
- Added floating point support for the most part. However, decimals are somehow lost during a cast..
- Tue, 14 Aug 2012 00:59:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:59:39 +0300] rev 53
- Added support for operators &&, ||, &, | and ^
- Tue, 14 Aug 2012 00:48:02 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:48:02 +0300] rev 52
- Added ! operator support. It's not really an operator since it's just checked at the beginning of the expression value but eh.
- Tue, 14 Aug 2012 00:20:59 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:20:59 +0300] rev 51
- Added <<= and >>= operator support. Zandronum does not provide these, thus they are translated to their longer forms by the compiler. Also aded << and >>.
- Mon, 13 Aug 2012 23:10:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 13 Aug 2012 23:10:39 +0300] rev 50
- Added default label for switch