lib/qlang/parser.rb in qlang-0.0.14142 vs lib/qlang/parser.rb in qlang-0.0.141421
- old
+ new
@@ -47,10 +47,10 @@
when /:FUNC\d/
cont_token_with_num = $&
cont_lexed = Lexer::FuncLexer.new(lexed.get_value(cont_token_with_num))
case cont_lexed.token_str
- when /:FDEF\d:EQL\d:OTHER\d/
+ when /:FDEF\d:EQL\d:FOML\d/
cont = FuncParser.execute(cont_lexed)
lexed.ch_value(cont_token_with_num, cont)
lexed.ch_token(cont_token_with_num, :R)
end