Tracker: Bugs

5 Initial token ignored. - ID: 714590
Last Update: Comment added ( zappo )

The first token in my BNF file is consistently ignored
and not generated into the semantic-*-keyword-table. E.g.,

# PVS keywords
%token SEMANTIC_BUG "semantic.el has a bug"
%token AND symbol "AND"
%put AND summary "Binary logical operator; typically
conjuction: <expression> AND <expression>"

generates a table whose beginning looks like

;; Generated keyword table
(defvar semantic-pvs-keyword-table
(semantic-flex-make-keyword-table
`( ("AND" . AND)


Joseph Kiniry ( kiniry ) - 2003-04-03 04:47:21 PST

5

Closed

None

Nobody/Anonymous

semantic

None

Public


Comment ( 1 )




Date: 2003-04-03 17:07:51 PST
Sender: zappoSourceForge.net SubscriberProject Admin

Logged In: YES
user_id=88537

Tokens must consist only of word and symbol syntax.
The example token will not work and is ignored.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2003-04-03 17:07:51 PST zappo
close_date - 2003-04-03 17:07:51 PST zappo