Module slex_compiler

Stateful Lexical Analyzer Compiler.

Copyright © 2013 Andreas Stenius

Introduced in: 2013-11-05 by Andreas Stenius -------------------------------------------------------------------

Authors: Andreas Stenius (kaos@astekk.se).

Description

Stateful Lexical Analyzer Compiler.

Compiles a slex file mimicking the original erlydtl_scanner implementation, based on the rules in the slex file.

Function Index

compile/1
compile/2
format_error/1

Function Details

compile/1

compile(Input) -> any()

compile/2

compile(Data, Options) -> any()

format_error/1

format_error(X1) -> any()


Generated by EDoc