Andre Murbach Maidl

Results 13 comments of Andre Murbach Maidl
trafficstars

> Can do for dependency-less modules > e.g. hsts. > >Can do rest once typedlua allows require in .tld files. ping @andremm OK. I will take a look into this.

Sorry for the delay. I just added basic support for `require` in `.tld` files.

> 2. Maybe we should preserve original code format in AST. I mean not combining commutative operators in same tags (comparation operators, constructions like `not a == b`, etc) @alexeyknyshev...

> I tried to declare a table of type { file : {string} } and got a syntax error. This table type is not valid in Typed Lua. The type...

Basically, you need to traverse the AST producing the target code that corresponds to the AST format. What exactly do you want to do? Is Lua both your target and...

@tst2005 I'm sorry for the delay, but I could not access the file `ast-render.lua`. Do you need any help from the lua-parser side or can I close this?

> I'm planning to use this as code changer. First I parse code to ast, then change ast but I need changed code back to Lua code. Are there some...

@mascarenhas can we close this after merging PR #115 ?

Have you tested with Lua 5.3?

> Does this leave only generics to be implemented? Certainly generics is a top priority to be implemented in Typed Lua, but I do not totally exclude the idea of...