compiler/pass15; ide/debugger: Fixed evaluation of class("abc" + 1) and indexing...
authorJerome St-Louis <jerome@ecere.com>
Tue, 6 May 2014 11:50:36 +0000 (07:50 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 6 May 2014 11:50:36 +0000 (07:50 -0400)
commit1753ad167ba6c11d3c5d7712a2fbb66544559bda
treef796d831c7cc61d8c16826c9130d3846a2436586
parent4e519ea3de6d54f4c2cf436a0400c15b30c034f3
compiler/pass15; ide/debugger: Fixed evaluation of class("abc" + 1) and indexing of strings with escaped sequences
- Also fixed unescaping not to include a \ on invalid escape characters
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/src/pass15.ec
ide/src/debugger/Debugger.ec
ide/src/debugger/debugTools.ec