Changeset 4
- Timestamp:
- Nov 6, 2009, 2:15:04 PM (15 years ago)
- Location:
- branches/Void
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Void/Example.void
r3 r4 1 1 Write Leave me 2 Assign Text Hell 2 3 Pause -
branches/Void/UCompilator.pas
r3 r4 56 56 WriteLn(Command); 57 57 if Command = 'Write' then Output.Add('WriteLn(''' + Line + ''');') 58 else if Command = 'Define' then Output.Add('// Define' + Line) 59 else if Command = 'Pause' then Output.Add('ReadLn;') 58 else if Command = 'Assign' then begin 59 Output.Add('// Define' + Line) 60 end else if Command = 'Pause' then Output.Add('ReadLn;') 60 61 else if Command = 'Exit' then Output.Add('Exit;') 61 62 else begin -
branches/Void/project1.lpi
r3 r4 32 32 </local> 33 33 </RunParams> 34 <Units Count=" 3">34 <Units Count="4"> 35 35 <Unit0> 36 36 <Filename Value="project1.lpr"/> … … 40 40 <TopLine Value="36"/> 41 41 <EditorIndex Value="0"/> 42 <UsageCount Value="2 0"/>42 <UsageCount Value="21"/> 43 43 <Loaded Value="True"/> 44 44 </Unit0> … … 47 47 <IsPartOfProject Value="True"/> 48 48 <UnitName Value="UCompilator"/> 49 <CursorPos X=" 1" Y="88"/>50 <TopLine Value=" 61"/>49 <CursorPos X="6" Y="59"/> 50 <TopLine Value="47"/> 51 51 <EditorIndex Value="1"/> 52 <UsageCount Value="2 0"/>52 <UsageCount Value="21"/> 53 53 <Loaded Value="True"/> 54 54 </Unit1> … … 56 56 <Filename Value="Example.void"/> 57 57 <IsPartOfProject Value="True"/> 58 <CursorPos X=" 6" Y="1"/>58 <CursorPos X="17" Y="2"/> 59 59 <TopLine Value="1"/> 60 60 <EditorIndex Value="2"/> 61 <UsageCount Value="21"/> 62 <Loaded Value="True"/> 63 <SyntaxHighlighter Value="None"/> 64 </Unit2> 65 <Unit3> 66 <Filename Value="Notices.txt"/> 67 <IsPartOfProject Value="True"/> 68 <CursorPos X="3" Y="1"/> 69 <TopLine Value="1"/> 70 <EditorIndex Value="3"/> 61 71 <UsageCount Value="20"/> 62 72 <Loaded Value="True"/> 63 73 <SyntaxHighlighter Value="None"/> 64 </Unit 2>74 </Unit3> 65 75 </Units> 66 76 <JumpHistory Count="15" HistoryIndex="14">
Note:
See TracChangeset
for help on using the changeset viewer.