Changeset 5 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 9, 2012, 2:51:41 PM (12 years ago)
Author:
chronos
Message:
  • Added: BrainFuck code examples.
  • Added: View of data memory in interpretter.
  • Added: Show execution information in interpretter form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r4 r5  
    840840  end
    841841  object OpenDialog1: TOpenDialog
    842     DefaultExt = '.bf'
    843     Filter = 'BrainFuck (*.bf)|*.bf|Any file (*.*)|*.*'
     842    DefaultExt = '.b'
     843    Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*'
    844844    left = 192
    845845    top = 157
    846846  end
    847847  object SaveDialog1: TSaveDialog
    848     DefaultExt = '.bf'
    849     Filter = 'BrainFuck (*.bf)|*.bf|Any file (*.*)|*.*'
     848    DefaultExt = '.b'
     849    Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*'
    850850    left = 192
    851851    top = 208
Note: See TracChangeset for help on using the changeset viewer.