Ignore:
Timestamp:
Feb 11, 2012, 9:32:25 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Optimalized execution of BrainFuck commands using array of methods instead of case statement. This can scale better for future additional commands.
  • Added: Interpretter form show speed in steps per second.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UInterpreterForm.lfm

    r15 r18  
    77  ClientHeight = 509
    88  ClientWidth = 762
     9  OnHide = FormHide
     10  OnShow = FormShow
    911  LCLVersion = '0.9.31'
    1012  object Panel3: TPanel
     
    187189      ParentColor = False
    188190    end
     191    object Label7: TLabel
     192      Left = 1
     193      Height = 18
     194      Top = 62
     195      Width = 45
     196      Caption = 'Speed:'
     197      ParentColor = False
     198    end
     199    object LabelStepSpeed: TLabel
     200      Left = 112
     201      Height = 18
     202      Top = 62
     203      Width = 13
     204      Caption = '   '
     205      ParentColor = False
     206    end
    189207  end
    190208  object ToolBar1: TToolBar
     
    193211    Top = 0
    194212    Width = 762
    195     Caption = 'ToolBar1'
    196213    Images = MainForm.ImageList1
    197214    TabOrder = 3
     
    233250  end
    234251  object Timer1: TTimer
    235     Interval = 500
     252    Enabled = False
    236253    OnTimer = Timer1Timer
    237254    left = 495
Note: See TracChangeset for help on using the changeset viewer.