From eb050f9e2abc7432b17059f900c70bf7ce5575c9 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Wed, 19 Aug 2015 02:10:36 +0200
Subject: Parse binary number literals (0bxxx).
---
doc/ext_ffi_api.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/ext_ffi_api.html')
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html
index 8cf48dc3..b095c05f 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -546,8 +546,8 @@ corresponding ctype.
The parser for Lua source code treats numeric literals with the
suffixes LL or ULL as signed or unsigned 64 bit
integers. Case doesn't matter, but uppercase is recommended for
-readability. It handles both decimal (42LL) and hexadecimal
-(0x2aLL) literals.
+readability. It handles decimal (42LL), hexadecimal
+(0x2aLL) and binary (0b101010LL) literals.
The imaginary part of complex numbers can be specified by suffixing
--
cgit v1.2.3-55-g6feb