lib/qlang/lexer/func_lexer.rb in qlang-0.0.14142 vs lib/qlang/lexer/func_lexer.rb in qlang-0.0.141421
- old
+ new
@@ -5,9 +5,9 @@
rule(/\=/) { :EQL }
rule(/[ \t\f]/)
rule(/\r\n/) { :NLIN }
- rule(/\w.*/) { :OTHER }
+ rule(/[\w\(].*/) { :FOML }
end
end
end