Giter VIP home page Giter VIP logo

lualint's Introduction

lualint

a simple lua lint tool

Custom

    'ENTRY' is the entire project entry file
    'LUAC' is the lua compile path
    'print_err' used to custom error message print behavior
    'print_warn' used to custom warn message print behavior
    'print_info' used to custom info message print behavior

Usage:

    1. set lualint.lua(just this file) as the host startup file
    2. set proper value of 'package.path and  package.cpath'
            if host has already set it, ignore this
    3. set 'ENTRY' 'LUAC' as proper value

Note:

    luac version must match the luaVM
    This is a simple lualint tool, but it not only a lint tool,
    it also do dynamic check if require module has the field
    which accessed by current lua file, check behaviours as follow:
            1. GETTABLE
            2. GETTABUP     
            3. SETTABUP

Run Example:

    By default, ENTRY="testa.lua", LUAC="./luac" print_err/print_warn/print_info is print
    So before run it, you should copy 'lua' and 'luac' to this directory, then run
    "./lua lualint.lua", it will dump the message

Chinese Blog: http://blog.gotocoding.com/archives/598

lualint's People

Contributors

findstr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.