lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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!