207 Commits (3511e186cde4b78f268d17199d0f46fb3eaa9638)

Author SHA1 Message Date
Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small 10 years ago
Roberto Ierusalimschy c4eff10322 small improvements concerning 'check_next' 11 years ago
Roberto Ierusalimschy 5018104a60 better error message for unfinished long strings/comments 11 years ago
Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 years ago
Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts 11 years ago
Roberto Ierusalimschy 0b04c561f5 new syntax for Unicode escape '\u{012F}' 11 years ago
Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 11 years ago
Roberto Ierusalimschy 2f3da00e51 added support for UTF-8 escapes 11 years ago
Roberto Ierusalimschy 5a73e3ad9e simpler way to create messages for errors in escape sequences 11 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using 11 years ago
Roberto Ierusalimschy 0df6635711 "fixed" objects kept in a separated list (instead of being kept in 11 years ago
Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible 12 years ago
Roberto Ierusalimschy 36e8771076 'luaO_str2int' more generic: accepts white spaces around the numeral 12 years ago
Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 years ago
Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) 12 years ago
Roberto Ierusalimschy 75250a237c typos in comments 12 years ago
Roberto Ierusalimschy eecc1491f3 added some comments 12 years ago
Roberto Ierusalimschy 291f564485 field 'reserved' -> 'extra' (may be used for other purposes too) 13 years ago
Roberto Ierusalimschy 76eab106df bug: Lexical gets confused with some combination of arithmetic 13 years ago
Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' 13 years ago
Roberto Ierusalimschy 51471ba748 comments about use of 'luaH_set' 13 years ago
Roberto Ierusalimschy ea46b750dc comment 13 years ago
Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value 13 years ago
Roberto Ierusalimschy 559bb554c9 no more 'zungetc' (better not to read next char) 14 years ago
Roberto Ierusalimschy 067f761739 better code for numerical escapes 14 years ago
Roberto Ierusalimschy 32e09c2a16 detail 14 years ago
Roberto Ierusalimschy df19931ddc error on invalid escape sequences 14 years ago
Roberto Ierusalimschy b5084fdafe detail (comment) 14 years ago
Roberto Ierusalimschy d8200d5f3c '\*' -> '\z' + '\?' is not an official escape sequence 14 years ago
Roberto Ierusalimschy 3d3355b4f3 label syntax changed to ':🏷️:' 14 years ago
Roberto Ierusalimschy 44b6f496b5 just in case, avoid side effects in 'ctype' macros 14 years ago
Roberto Ierusalimschy bc1c718cc0 removed TOKEN_LEN (useless) 14 years ago
Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio 14 years ago
Roberto Ierusalimschy a4a8914c20 new reserved word 'goto' 14 years ago
Roberto Ierusalimschy c4ea0c3b29 detail (cleaning trailing spaces) 14 years ago
Roberto Ierusalimschy 1aead7f553 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) 14 years ago
Roberto Ierusalimschy ccc4fc9cf0 detection of erroneous numeric strings with \0 (such as "1\0") 14 years ago
Roberto Ierusalimschy 54771c5afa keep 'seminfo->ts' even for reserved words, just in case 14 years ago
Roberto Ierusalimschy c77baf752c comment 14 years ago
Roberto Ierusalimschy b22356e5c5 hexadecimal constants may be floating values too 14 years ago
Roberto Ierusalimschy 0df2238063 name "_ENV" configurable through 'luaconf.h' 14 years ago
Roberto Ierusalimschy d8d81ba891 new escape sequence '\*' + several comments + moving options from 15 years ago
Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) 15 years ago
Roberto Ierusalimschy 347f0c33d1 avoid 'continue' unless necessary 15 years ago
Roberto Ierusalimschy 35fa276099 parser/scanner keep GC running 15 years ago
Roberto Ierusalimschy 889284ebd0 hexadecimal escape sequences in strings + better error messages for 16 years ago
Roberto Ierusalimschy 6ffcf21367 ctype 'lalpha' includes '_' (as '_' behaves as a letter from the 16 years ago
Roberto Ierusalimschy 6905ae900b Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) 16 years ago
Roberto Ierusalimschy 41dd32e18e comment (should not use 'go trhough' when simply using multiple labels) 16 years ago