Re: What counts as a fork?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: What counts as a fork?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2017年11月29日 08:24:29 -0200
> In the history of Lua has the language ever been completely re-written
> from scratch, or has it always just built upon previous versions?
Always just built upon previous versions. The code was reorganized in
Lua 3.1 and the parser was rewritten from scratch to avoid yacc.
The code for all versions is conveniently available in the lua-all package:
http://www.lua.org/ftp/lua-all.tar.gz
- References:
- Re: [Proposal-ish?] Lua should bind the Lua C API as a Lua module, Luiz Henrique de Figueiredo
- What counts as a fork?, Paige DePol
- Re: What counts as a fork?, Luiz Henrique de Figueiredo
- Re: What counts as a fork?, Paige DePol
- Re: What counts as a fork?, Andrew Starks
- Re: What counts as a fork?, Dibyendu Majumdar
- Re: What counts as a fork?, Jay Carlson
- Re: What counts as a fork?, Dibyendu Majumdar
- Re: What counts as a fork?, Dirk Laurie
- Re: What counts as a fork?, Paige DePol