Help for this page
ARG,sin( ARG,si ARG,n
use strict; use warnings; ... for my $tok ($dfa->lex($inputstring)) { print("$tok->{type},$tok->{value}\n"); }
an input of sin( produced the following output. ARG,sin( ... ARG,sin( ARG,si ARG,sin(