Compiler: Provide descriptive strings for all tokens. Instead of showing the internal TOK_* symbol in parser errors (like eg 'TOK_LOR'), the parser should now show its corresponding token (like eg '||'). Fixes [bug 2711 (#2711)].