Ignore:
Timestamp:
Nov 25, 2020, 12:18:45 AM (3 years ago)
Author:
chronos
Message:
  • Added: Support for more expression operators.
  • Added: Support for brackets in expressions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/Forms/UFormMain.lfm

    r221 r222  
    4848  end
    4949  object MainMenu1: TMainMenu
    50     Left = 790
    51     Top = 753
     50    Left = 760
     51    Top = 760
    5252    object MenuItemFile: TMenuItem
    5353      Caption = 'File'
     
    9999      Caption = 'Run'
    100100      OnExecute = ARunExecute
     101      ShortCut = 120
    101102    end
    102103    object ACompile: TAction
    103104      Caption = 'Compile'
    104105      OnExecute = ACompileExecute
     106      ShortCut = 16497
    105107    end
    106108    object AExit: TAction
Note: See TracChangeset for help on using the changeset viewer.