Advertisement
Guest User

lab1

a guest
Feb 27th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. m7k3@m7k3-MacBookPro:~/Desktop/compilers/lab1/BTPC$ diff btpc64.pas btpc64-2.pas
  2. 1419c1419,1421
  3. <   Expect(SymTHEN);
  4. ---
  5. >   {EXPECT}
  6. >   if CurrentSymbol = SymTHEN then GetSymbol;
  7. >   {Expect(SymTHEN);}
  8.  
  9.  
  10. ------------------------------------------------------__
  11. m7k3@m7k3-MacBookPro:~/Desktop/compilers/lab1/BTPC$ diff btpc64-2.pas btpc64-3.pas
  12. 665c665
  13. <  end else if CurrentChar='>' then begin
  14. ---
  15. >  end else if CurrentChar='>'  begin
  16. 673c673
  17. <  end else if CurrentChar='<' then begin
  18. ---
  19. >  end else if CurrentChar='<' begin
  20.  
  21.  
  22. m7k3@m7k3-MacBookPro:~/Desktop/compilers/lab1/BTPC$ diff -s btpc64-3 himself
  23. Files btpc64-3 and himself are identical
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement