~ubuntu-branches/ubuntu/karmic/cedet/karmic

« back to all changes in this revision

Viewing changes to semantic/bovine/semantic-make-by.el

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2006-10-17 05:51:33 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061017055133-dlxjfrmuevx5p7uw
Tags: 1:1.0pre3-6
Made Depends to Pre-Depends in cedet-common.  Let's see what happens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Eric M. Ludlam
4
4
 
5
5
;; Author: Eric M. Ludlam <zappo@projectile.siege-engine.com>
6
 
;; Created: 2004-07-20 14:35:46-0400
 
6
;; Created: 2005-06-29 22:58:25-0400
7
7
;; Keywords: syntax
8
8
;; X-RCS: $Id$
9
9
 
62
62
(defconst semantic-make-by--token-table
63
63
  (semantic-lex-make-type-table
64
64
   '(("punctuation"
65
 
      (BACKSLASH . "\\b[\\]\\b")
66
 
      (DOLLAR . "\\b[$]\\b")
67
 
      (EQUAL . "\\b[=]\\b")
68
 
      (PLUS . "\\b[+]\\b")
69
 
      (COLON . "\\b[:]\\b")))
 
65
      (BACKSLASH . "\\`[\\]\\'")
 
66
      (DOLLAR . "\\`[$]\\'")
 
67
      (EQUAL . "\\`[=]\\'")
 
68
      (PLUS . "\\`[+]\\'")
 
69
      (COLON . "\\`[:]\\'")))
70
70
   'nil)
71
71
  "Table of lexical tokens.")
72
72
 
226
226
 
227
227
    (equals
228
228
     (punctuation
229
 
      "\\b[:]\\b"
230
 
      punctuation
231
 
      "\\b[=]\\b"
232
 
      ,(semantic-lambda)
233
 
      )
234
 
     (punctuation
235
 
      "\\b[+]\\b"
236
 
      punctuation
237
 
      "\\b[=]\\b"
238
 
      ,(semantic-lambda)
239
 
      )
240
 
     (punctuation
241
 
      "\\b[=]\\b"
 
229
      "\\`[:]\\'"
 
230
      punctuation
 
231
      "\\`[=]\\'"
 
232
      ,(semantic-lambda)
 
233
      )
 
234
     (punctuation
 
235
      "\\`[+]\\'"
 
236
      punctuation
 
237
      "\\`[=]\\'"
 
238
      ,(semantic-lambda)
 
239
      )
 
240
     (punctuation
 
241
      "\\`[=]\\'"
242
242
      ,(semantic-lambda)
243
243
      )
244
244
     ) ;; end equals
245
245
 
246
246
    (colons
247
247
     (punctuation
248
 
      "\\b[:]\\b"
 
248
      "\\`[:]\\'"
249
249
      punctuation
250
 
      "\\b[:]\\b"
 
250
      "\\`[:]\\'"
251
251
      ,(semantic-lambda)
252
252
      )
253
253
     (punctuation
254
 
      "\\b[:]\\b"
 
254
      "\\`[:]\\'"
255
255
      ,(semantic-lambda)
256
256
      )
257
257
     ) ;; end colons
310
310
 
311
311
    (varref
312
312
     (punctuation
313
 
      "\\b[$]\\b"
 
313
      "\\`[$]\\'"
314
314
      semantic-list
315
315
      ,(semantic-lambda
316
316
        (list