module LSL
LSL
grammar Base rule word [0-9a-zA-Z\.\/\\:\*_\+]+ end rule ws1 ' ' end rule ws ws1+ end rule ows ws* end end
end