Lua LPeg based YANG recognizer and validator.
$ sudo apt-get install lua5.2 lua-lpeg
- Using pprint for debugging.
- Using lua-linenoise for line edit/CLI completion.
- Using ansicolors for colored status output.
- For standalone exe luastatic
Note: using compiled version of lua-linenoise (compiled with Lua 5.2). If the installation on host is different - needs recompilation.
Note: For standalone exe, we need Lua or LuaJIT .a and headerfiles, Also, the lpeg static lib, which is copied in the thirdparty/ dir.