Marvin Humphrey created LUCY-241:
------------------------------------

             Summary: CFC lexer should treat reserved words as special cases of 
identifier
                 Key: LUCY-241
                 URL: https://issues.apache.org/jira/browse/LUCY-241
             Project: Lucy
          Issue Type: Improvement
          Components: Clownfish
            Reporter: Marvin Humphrey
            Priority: Minor


CFC's lexer has a distinct rule for each reserved words, which is unusual.
The more common technique is to overload the rule for identifiers by checking
if each word is in a list of reserved words.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to