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/Languages/LazFuckIDE.po

    r16 r18  
    3131msgstr ""
    3232
     33#: tinterpreterform.label7.caption
     34msgid "Speed:"
     35msgstr ""
     36
    3337#: tinterpreterform.labelmemorypointer.caption
    3438msgctxt "TINTERPRETERFORM.LABELMEMORYPOINTER.CAPTION"
     
    4650msgstr ""
    4751
     52#: tinterpreterform.labelstepspeed.caption
     53msgctxt "TINTERPRETERFORM.LABELSTEPSPEED.CAPTION"
     54msgid "   "
     55msgstr ""
     56
    4857#: tinterpreterform.listviewmemory.columns[0].caption
    4958msgid "Address"
     
    5261#: tinterpreterform.listviewmemory.columns[1].caption
    5362msgid "Data"
    54 msgstr ""
    55 
    56 #: tinterpreterform.toolbar1.caption
    57 msgid "ToolBar1"
    5863msgstr ""
    5964
     
    241246msgstr ""
    242247
     248#: uinterpreterform.sstepspersecond
     249msgid " steps/s"
     250msgstr ""
     251
Note: See TracChangeset for help on using the changeset viewer.