lua-users home
lua-l archive

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


2014-04-25 11:21 GMT+02:00 Coroutines <coroutines@gmail.com>:

> if a keyword appears by itself it is always
> interpreted as a keyword.

This sits fairly early in the lexer, at the same level where
~= etc is found. Long before any context is known.