$ luarocks install org.conman.parsers.iso.control
This is an LPEG expression that matches a valid ISO control
character or control character sequence. For example, this will
match the following ISO control sequence:
<ESC>[32;40m
To match the ISO *and* the ASCII control sets:
control = require "org.conman.parsers.ascii.control"
+ require "org.conman.parsers.iso.control"
Versions
Dependencies
LPeg >= 1.0.0
lua >= 5.1, <= 5.4
org.conman.parsers.ascii.char >= 1.0.0
org.conman.parsers.iso.char >= 1.0.0