Define and generate an AST format for Lua programs
This is a subset of the full Metalua compiler. It defines and generates an AST format for Lua programs, which offers a nice level of abstraction to reason about and manipulate Lua programs.
This is a subset of the full Metalua compiler. It defines and generates an AST format for Lua programs, which offers a nice level of abstraction to reason about and manipulate Lua programs.
To install lua53-metalua-parser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua53-metalua-parser
To see what files were installed by lua53-metalua-parser, run:
port contents lua53-metalua-parser
To later upgrade lua53-metalua-parser, run:
sudo port selfupdate && sudo port upgrade lua53-metalua-parser
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.