1. baf0ebf Added shift and mask ops. Allow numbers starting with a period. by Guido van Rossum · 33 years ago
  2. fbab905 Added 2-char tokens and new versions of comparisons by Guido van Rossum · 33 years ago
  3. c64d04d Implemented 2-character operators. by Guido van Rossum · 33 years ago
  4. 7d8b509 Added work-arounds for MPW 3.{1,2?} code generation bug. by Guido van Rossum · 33 years ago
  5. 8c11a5c Completely ignore lines with only a newline token on them, except by Guido van Rossum · 33 years ago
  6. 1055ece Reorganized somewhat to make it really work on Think C. Hope the best for MPW 3. by Guido van Rossum · 33 years ago
  7. d6a15ad Generalize to macintosh. by Guido van Rossum · 33 years ago
  8. 56b07c8 When printing an error message, don't choke if tok->buf is NULL. by Guido van Rossum · 33 years ago
  9. 326f582 Don't print the line number for syntax errors in string parsing. by Guido van Rossum · 33 years ago
  10. f023c46 Added recognition of 'l' or 'L' as long integer suffix by Guido van Rossum · 33 years ago
  11. 324aa79 Add declaration of struct _node, for scoping reasons. by Guido van Rossum · 34 years ago
  12. 71f477c Added forward declarations. by Guido van Rossum · 34 years ago
  13. f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
  14. 875eb7d Mac version now looks ahead in event queue instead of eating events. by Guido van Rossum · 34 years ago
  15. b156d72 Changes for THINK C 4.0. by Guido van Rossum · 34 years ago
  16. 706eea8 Changess for THINK C 4.0. by Guido van Rossum · 34 years ago
  17. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  18. 840bcf1 Set parse tree in parser data structure to NULL when returning by Guido van Rossum · 34 years ago
  19. 99f02d4 Free parse tree when deleting parser. by Guido van Rossum · 34 years ago
  20. 03a24cd Add function to free an entire parse tree. by Guido van Rossum · 34 years ago
  21. a769172 Increment line number for continuation lines. by Guido van Rossum · 34 years ago
  22. 85a5fbb Initial revision by Guido van Rossum · 34 years ago