Changeset 11 for trunk/Example.pas


Ignore:
Timestamp:
Jun 20, 2008, 9:55:04 AM (16 years ago)
Author:
george
Message:

Přidáno: Zprovozněn základní převod zdrojového kódu do interní reprezentace.
Přidáno: Vytvořen základ pro generování kódu v assembleru.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Example.pas

    r10 r11  
    33  A: Byte;
    44begin
    5   A := 10;
     5  A := 'a' + (10 + 2) * 3 xor 10 / 2;
     6  while A < 10 do A := A + 1;
    67end;
Note: See TracChangeset for help on using the changeset viewer.