Closed avivi55 closed 1 year ago
Hello there! Sorry for the delay in getting back to you, but I wanted to let you know that I've just released a fix for the problem with the TableSpreadExpression
not being recognized. If you're still experiencing any difficulties, please don't hesitate to open another issue, and I'll be more than happy to take a look at it.
Thank you for bringing this matter to my attention!
Thank you so much, i'll look at it as soon as possible.
Just letting you know that everything is working now. :+1:
This issue was supposed to concern Atals but, trying it on a single file didn't change anything.
The Problem: (trying to transpile AtlasFramework)
When running
> ./transpile.sh
for the first few time I kept gettingAnd after miraculously fixing it, an other problem came up.
Problem 2
When running
lauxc ...
the build runs but gets stuck exemple :and generates the correct files but they are empty, the file tree is good but not the content. ecept that for each
.laux
file 2.lua
files are generated one in the same directory as the.laux
and one in the newlua/
folder.Note
When saving a
.laux
file :the related file in the
lua/
folder. is updated and filled up with the compiled code :+1: but the rest are still empty.PS: I run Manjaro (based on Arch) if it can help troubleshoot