File: scanner_internal.hh

package info (click to toggle)
scalc 0.2.4-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,692 kB
  • ctags: 811
  • sloc: sh: 10,131; cpp: 1,572; makefile: 32
file content (18 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
  scanner_internal.hh, copyright (c) 2006 by Vincent Fourmond: 
  Common definitions to both the lexer and the parser.
  
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details (in the COPYING file).
  
*/

/*#define YY_DECL yylex(YYSTYPE * yylval, Scanner * scan);*/
#define YYSTYPE Expression *