~ubuntu-branches/ubuntu/raring/steptalk/raring

« back to all changes in this revision

Viewing changes to Languages/Smalltalk/STGrammar.y

  • Committer: Bazaar Package Importer
  • Author(s): Brent A. Fulgham
  • Date: 2004-12-14 22:06:07 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041214220607-6h02yn3lp1lqy3d1
Tags: 0.8.2-5
Recompile for new gnustep requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 *  STGrammar.y
3
 
 *  StepTalk grammar
4
 
 * 
5
 
 *  Copyright (c) 2000 Stefan Urbanek
6
 
 * 
7
 
 *  This file is part of the StepTalk project.
8
 
 *
9
 
 *  This program is free software; you can redistribute it and/or modify
10
 
 *  it under the terms of the GNU General Public License as published by
11
 
 *  the Free Software Foundation; either version 2 of the License, or
12
 
 *  (at your option) any later version.
13
 
 *
14
 
 *  This program is distributed in the hope that it will be useful,
15
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
 *  GNU General Public License for more details.
18
 
 *
19
 
 *  You should have received a copy of the GNU General Public License
20
 
 *  along with this program; if not, write to the Free Software
21
 
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA.
22
 
 *
 
2
    STGrammar.y
 
3
    StepTalk grammar
 
4
   
 
5
    Copyright (c) 2000 Stefan Urbanek
 
6
   
 
7
    This file is part of the StepTalk project.
 
8
  
 
9
    This library is free software; you can redistribute it and/or
 
10
    modify it under the terms of the GNU Lesser General Public
 
11
    License as published by the Free Software Foundation; either
 
12
    version 2 of the License, or (at your option) any later version.
 
13
 
 
14
    This library is distributed in the hope that it will be useful,
 
15
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
    Lesser General Public License for more details.
 
18
 
 
19
    You should have received a copy of the GNU Lesser General Public
 
20
    License along with this library; if not, write to the Free Software
 
21
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
22
  
23
23
 */
24
24
 
25
25
%{