Lua 5.3.5 ported to git

This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
This commit is contained in:
Roberto Ierusalimschy
2018-12-17 14:46:37 -02:00
parent e354c6355e
commit 063d4e4543
99 changed files with 21665 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lcode.c,v 2.111 2016/07/19 17:12:07 roberto Exp roberto $
** $Id: lcode.c,v 2.112.1.1 2017/04/19 17:20:42 roberto Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/