Parse Unicode string escape \u{XX...}.

Thanks to drbo.
This commit is contained in:
Mike Pall
2015-08-29 23:58:28 +02:00
parent a3a6866d4c
commit 55c3b29f7b
3 changed files with 35 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ Please take a look at the commit history for more details.
<li>Add <tt>LJ_GC64</tt> mode: 64 bit GC object references (really: 47 bit). Interpreter-only for now.</li>
<li>Add <tt>LJ_FR2</tt> mode: Two-slot frame info. Required by <tt>LJ_GC64</tt> mode.</li>
<li>Add <tt>table.new()</tt> and <tt>table.clear()</tt>.</li>
<li>Parse Unicode escape <tt>'\u{XX...}'</tt> in string literals.</li>
<li>Parse binary number literals (<tt>0bxxx</tt>).</li>
</ul></li>
<li>Improvements to the JIT compiler: