summaryrefslogtreecommitdiffstats
path: root/Parser
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 2-char tokens and new versions of comparisonsGuido van Rossum1991-10-201-0/+47
|
* Implemented 2-character operators.Guido van Rossum1991-10-201-11/+20
|
* Added work-arounds for MPW 3.{1,2?} code generation bug.Guido van Rossum1991-09-101-0/+17
|
* Completely ignore lines with only a newline token on them, exceptGuido van Rossum1991-07-271-25/+47
| | | | wholly empty lines interactively.
* Reorganized somewhat to make it really work on Think C.Guido van Rossum1991-07-011-10/+5
| | | | Hope the best for MPW 3.
* Generalize to macintosh.Guido van Rossum1991-06-243-16/+26
|
* When printing an error message, don't choke if tok->buf is NULL.Guido van Rossum1991-06-071-10/+14
|
* Don't print the line number for syntax errors in string parsing.Guido van Rossum1991-06-031-0/+3
|
* Added recognition of 'l' or 'L' as long integer suffixGuido van Rossum1991-05-051-16/+23
|
* Add declaration of struct _node, for scoping reasons.Guido van Rossum1991-04-041-0/+2
|
* Added forward declarations.Guido van Rossum1991-04-031-0/+15
|
* Added copyright notice.Guido van Rossum1991-02-1919-0/+456
|
* Mac version now looks ahead in event queue instead of eating events.Guido van Rossum1991-01-161-10/+35
| | | | Much better!
* Changes for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
|
* Changess for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
|
* "Compiling" versionGuido van Rossum1990-12-2017-282/+329
|
* Set parse tree in parser data structure to NULL when returningGuido van Rossum1990-11-181-3/+4
| | | | a valid parse tree to caller, so caller must free the tree.
* Free parse tree when deleting parser.Guido van Rossum1990-11-181-2/+3
|
* Add function to free an entire parse tree.Guido van Rossum1990-11-181-0/+23
|
* Increment line number for continuation lines.Guido van Rossum1990-11-091-0/+1
|
* Initial revisionGuido van Rossum1990-10-1419-0/+2945