Copyright © 2013 Andreas Stenius
Introduced in: 2013-11-05 by Andreas Stenius -------------------------------------------------------------------
Authors: Andreas Stenius (kaos@astekk.se).
Stateful Lexical Analyzer Compiler.
Compiles a slex file mimicking the original erlydtl_scanner implementation, based on the rules in the slex file.| compile/1 | |
| compile/2 | |
| format_error/1 |
compile(Input) -> any()
compile(Data, Options) -> any()
format_error(X1) -> any()
Generated by EDoc