Nymphium / opeth

Opeth is the optimizer and debug tools for Lua 5.3 VM bytecode, or Metal band
http://www.coins.tsukuba.ac.jp/syllabus/GB13312_GB13322.html
MIT License
67 stars 1 forks source link

Please consider writing your project in Lua #8

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

Hi

I like your project very much but the use of Moonscript rather than Lua is a hindrance to understanding your code. Would you consider migrating your code to Lua?

Thanks and Regards Dibyendu

Nymphium commented 7 years ago

It's a little troublesome so I don't think to rewrite. But you read opeth in Lua like this:

$ moonc target.moon
$ cat target.lua

or

$ moonc -p target.moon | less

and welcome to any question about the implementation.