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