ylex example
Posted to
tcl
by colin at Thu Jan 03 07:48:09 GMT 2013
view raw
$sg
add {
[0-9]+ {
return
[
list
NUMBER
$yytext
] }
{\+} {
return
PLUS }
{-} {
return
MINUS }
{\*} {
return
MULTIPLY }
{/} {
return
DIVIDE }
{\(} {
return
OPEN }
{\)} {
return
CLOSE }
}
Recent Posts
tcl by oldlaptop
8 days ago
tcl by mookie
14 days ago
tcl by dandyn
21 days ago
tcl by Bradipo
21 days ago
tcl by Bradipo
21 days ago
tcl by oldlaptop
46 days ago
tcl by oldlaptop
46 days ago
tcl by mookie
51 days ago
tcl by mookie
51 days ago
tcl by georgtree
53 days ago
Submit
New paste
Documentation
From Jabber