Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/01/13 12:08:25 (11 years ago)
Author:
jkarder
Message:

#2069:

  • refactored grammar and symbols
  • fixed cloning and storable ctors
  • fixed plugin dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/HeuristicLab.Problems.Robocode-3.3.csproj

    r9983 r10011  
    109109    <Compile Include="Solution.cs" />
    110110    <Compile Include="Symbols\Event Methods\Events\EmptyEvent.cs" />
     111    <Compile Include="Symbols\Logical Expressions\Logical Comparators\ILogicalComparator.cs" />
     112    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\INumericalOperator.cs" />
    111113    <Compile Include="Symbols\Numerical Methods\INumericalMethod.cs" />
     114    <Compile Include="Symbols\Stat.cs" />
    112115    <Compile Include="Symbols\Void Methods\Ahead.cs" />
    113116    <Compile Include="Symbols\Void Methods\Back.cs" />
    114117    <Compile Include="Symbols\Block.cs" />
    115     <Compile Include="Symbols\Branches\ElseStatement.cs" />
    116     <Compile Include="Symbols\Branches\IfStatement.cs" />
    117     <Compile Include="Symbols\Branches\WhileLoop.cs" />
     118    <Compile Include="Symbols\Statements\ElseStat.cs" />
     119    <Compile Include="Symbols\Statements\IfStat.cs" />
     120    <Compile Include="Symbols\Statements\WhileStat.cs" />
    118121    <Compile Include="Symbols\Logical Expressions\BooleanTreeNode.cs" />
    119     <Compile Include="Symbols\Logical Expressions\Logical Comparators\Conjunction.cs" />
    120     <Compile Include="Symbols\Logical Expressions\Logical Comparators\Disjunction.cs" />
     122    <Compile Include="Symbols\Logical Expressions\Conjunction.cs" />
     123    <Compile Include="Symbols\Logical Expressions\Disjunction.cs" />
    121124    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Equal.cs" />
    122125    <Compile Include="Symbols\Logical Expressions\Logical Comparators\GreaterThan.cs" />
     
    124127    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThan.cs" />
    125128    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThanOrEqual.cs" />
    126     <Compile Include="Symbols\Logical Expressions\LogicalComparison.cs" />
    127129    <Compile Include="Symbols\Logical Expressions\LogicalExpression.cs" />
    128130    <Compile Include="Symbols\Logical Expressions\LogicalValue.cs" />
    129131    <Compile Include="Symbols\Logical Expressions\Negation.cs" />
    130     <Compile Include="Symbols\Logical Expressions\NumericalComparison.cs" />
    131132    <Compile Include="Symbols\Numerical Expressions\NumberTreeNode.cs" />
    132133    <Compile Include="Symbols\Numerical Expressions\Number.cs" />
     
    137138    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Subtraction.cs" />
    138139    <Compile Include="Symbols\Numerical Expressions\NumericalExpression.cs" />
    139     <Compile Include="Symbols\Numerical Expressions\NumericalOperation.cs" />
    140140    <Compile Include="Symbols\CodeNode.cs" />
    141141    <Compile Include="Symbols\Tank.cs" />
Note: See TracChangeset for help on using the changeset viewer.