From 55c3b29f7b20f3801848e0ab71e9de1d22207b95 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 29 Aug 2015 23:58:28 +0200 Subject: Parse Unicode string escape \u{XX...}. Thanks to drbo. --- doc/changes.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changes.html') diff --git a/doc/changes.html b/doc/changes.html index febb03c7..125b58b4 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -86,6 +86,7 @@ Please take a look at the commit history for more details.
  • Add LJ_GC64 mode: 64 bit GC object references (really: 47 bit). Interpreter-only for now.
  • Add LJ_FR2 mode: Two-slot frame info. Required by LJ_GC64 mode.
  • Add table.new() and table.clear().
  • +
  • Parse Unicode escape '\u{XX...}' in string literals.
  • Parse binary number literals (0bxxx).
  • Improvements to the JIT compiler: -- cgit v1.2.3-55-g6feb