Francesco

Results 144 comments of Francesco

I brought back the Makefile based build system simplified and revised. Finally the makefile is pretty fine I think and it should work as before. Now it would be nice...

Unfortunately GSL Shell graphics system and GUI cannot work on macOS. It can run with graphics disabled but this of limited interest. From the technical point of view the graphics...

Hi, I'm considering adding support for LuaJIT 2.1 bytecode format. I just need to figure out how to automatically detect the appropriate version so that the toolkit can work with...

Dear Rochus, thank you for your suggestion. I am not on LuaJIT at the moment but I will add support for 2.1 bytecode format soon or later, it is really...

There is one projects using luajit-lang-toolkit, scilua. I think there is another one that was a lua dialect but I don't remeber its name anymore and it was not an...

I did not actually had ambitions about luajit-lang-toolkit. I made it to be able to add simple extentions to lua's syntax while using luajit2 unmodified for execution. It was supposed...

Hi Stefano, of course this need to be fixed. The validator for the table was broken when I merged some proposition of @gnois. We forgot to update the ast-validate stuff.

Hi, I've given a look to the commit, the idea is interesting. Basically in the lexer you just save the string in its original form, without replacing the escape sequences....

Hi there. This is a very old request. Actually I can provide now binaries for windows, for Lua 5.1, 5.4 and luajit 2.1 but I am wondering if that is...

Thank you for sharing these insights, that's interesting to known. With the new build system, graph-toolkit builds easily with LuaJIT as well as with Lua 5.1 or 5.4. I may...