Kol Q l8or 2
by Sylvester ".oisyn" Hesp

Download latest version (.exe)
Changes
===========================================================================================
2011/12/19
* New Coco/R (a parser generator) version to fix tokenizer issues
* Fixed pretty printing of binary power expressions where the left hand side is a unary operator expression
* Added Vectors
* Added late binding
* Added 'with' function
* Added 'each' function
* Added step size in 'apply'
* Saves on every new definition
===========================================================================================
2011/06/29
* Supported generic input bases
* Added (multiple) output base option
* Result history, #x syntax and ans() function
* Infinity and NaN constants
* Short-circuiting for || and &&
* Added "until" parameter to apply()
* Fixed ! operator
* Help
===========================================================================================
2010/02/09
* Fixed memory leaks
* Added /mem command
2010/02/08
* Fixed missing scrollbar in combobox list
2010/01/21
* Fixed non-working modulo operator
* Changed &,|,^ to be bitwise operators and ! to be logical, added logical &&,||,^^ and bitwise ~
* Added shift operators
* Better expression printer, fixed bug where saved expression is not the same as entered
===========================================================================================
2010/01/19
* Added input bases
* Fixed power associativity and precedence
* Added "parse error" message
===========================================================================================
2010/01/18.2
* Context and system menu options and 'exit' command
* Fixed bug where first save didn't go well
===========================================================================================
2010/01/18
* First release