[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: future of annotations in Lua?
- From: Jim <sysinit@...>
- Date: Sat, 15 Jun 2019 11:23:40 +0200
08.06.2019, 06:56, "Philippe Verdy" <verdy_p@wanadoo.fr>:
> If we add syntaxic features to Lua, we should keep this in mind
> and not transform Lua into a Fortran-like language
> (whose parsing is extremely complex because of its optional
> whitespaces between all keywords and identifiers, and very tricky
> to write and test with enough coverages) or
> in a C++-like language (also very tricky).
indeed, i totally agree.