[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A proposal for the confusing pseudo table ≈ array concept
- From: Paige DePol <lual@...>
- Date: Sun, 21 Jan 2018 12:19:39 -0600
Elias Hogstvedt <eliashogstvedt@gmail.com> wrote:
> I'd like to create my own language as well with my own ideas. Perhaps I'll
> learn a thing or two as to why certain desicions are made.
One important thing I forgot to mention in my previous message; if you are
going to hack Lua I strongly recommend grabbing the Lua Test Suite[1] for
testing your changes... you will not regret using it! I also recommend
creating additional tests for whatever new features you plan on adding.
If you are developing under macOS (previously OS X) I also have a small
patch which makes some platform-specific changes to allow the entire test
suite to run without any asserts.
Good luck with your Lua hacking endeavours! :)
~Paige
[1] http://www.lua.org/tests/
Ensure you get the suite that matches your Lua version!
- References:
- A proposal for the confusing pseudo table ≈ array concept, Elias Hogstvedt
- Re: A proposal for the confusing pseudo table ≈ array concept, Jean-Luc Jumpertz
- Re: A proposal for the confusing pseudo table ≈ array concept, KHMan
- Re: A proposal for the confusing pseudo table ≈ array concept, Elias Hogstvedt
- Re: A proposal for the confusing pseudo table ≈ array concept, KHMan
- Re: A proposal for the confusing pseudo table ≈ array concept, Sean Conner
- Re: A proposal for the confusing pseudo table ≈ array concept, Petri Häkkinen
- Re: A proposal for the confusing pseudo table ≈ array concept, Elias Hogstvedt
- Re: A proposal for the confusing pseudo table ≈ array concept, Petri Häkkinen
- Re: A proposal for the confusing pseudo table ≈ array concept, Elias Hogstvedt
- Re: A proposal for the confusing pseudo table ≈ array concept, Petri Häkkinen
- Re: A proposal for the confusing pseudo table ≈ array concept, Andrew Starks
- Re: A proposal for the confusing pseudo table ≈ array concept, Elias Hogstvedt