Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/13 18:11:26 (11 years ago)
Author:
gkronber
Message:

#2026 added rudimentary error checking to GPDL parser ATG. Added GPL license headers to all files. Created a first set of unit tests.

Location:
branches/HeuristicLab.Problems.GPDL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL

    • Property svn:ignore
      •  

        old new  
        11_ReSharper.HeuristicLab.Problems.GPDL
        22*.suo
         3bin
         4*.user
  • branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/GPDef.atg

    r9727 r9842  
     1/* HeuristicLab
     2 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 *
     4 * This file is part of HeuristicLab.
     5 *
     6 * HeuristicLab is free software: you can redistribute it and/or modify
     7 * it under the terms of the GNU General Public License as published by
     8 * the Free Software Foundation, either version 3 of the License, or
     9 * (at your option) any later version.
     10 *
     11 * HeuristicLab is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14 * GNU General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU General Public License
     17 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     18 */
     19
    120$namespace=SyntaxAnalyzer
    221
     
    1534IGNORE '\t' + '\r' + '\n'
    1635
     36// grammar production rules in EBNF syntax
    1737PRODUCTIONS
    1838  GPDefSyntaxAnalyzer =
Note: See TracChangeset for help on using the changeset viewer.