[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] el - an interactive shell-friendly form of Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 2 Dec 2021 19:16:23 +0200
On Thu, Dec 2, 2021 at 11:52 AM Xavier Wang <weasley.wx@gmail.com> wrote:
> the ^ issue makes it's unusable on windows...
Right - just pushed. If you set EL_AT, then @ becomes the string quote
char. I have not tested very much but things seem to work fine!
As for bit32, if it is not found, I make it up, at least the basics
like band etc. It is actually easier to type the names than the
operators on the command-line.
steve d.