Elias Oelschner

Results 26 comments of Elias Oelschner

Probably not within the next few months, but once the first non-Alpha release is done, i might create a video tutorial.

I didn't even know these were a thing in LuaU

Currently the VM Code doesnt have any error checking, so if something fails, it throws some random error. The same goes for the other steps. It would be a lot...

OK, I will probably create a file called strings.lua and outline all strings to that file, so that they can be customized

I will work on this asap. This is probably due to some small typo in compiler.lua At least other fixed bugs that caused random crashes that got worse with bigger...

Maybe this bug is the related to lua5.1, because using luajit I can't reproduce this. I will try Lua 5.1 tomorrow

The size increase may be, because lua5.1 uses a diferent implementation for math.random. Nevertheless, prometheus is supposed to be compatible with lua5.1, so I will try to fix this in...

This is a know issue, and I am working on fixing this. My parser (actually mostly the tokenizer) is really slow.

I am currently not abled to work on Prometheus a lot, because I am in an Internship where I have to work full time, but I try to adress these...

The only way that I think would be possible, would be to rewrite the parser and tokenizer