| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287) | deepcube | 2019-09-19 | 1 | -2/+2 |
| | | | | | | | | The code had a nested use of the follow() function that could cause +=+ and -=- to register as ++ and --. The first follow() to execute could consume a character and match and then the second follow() could consume another character and match. For example i-=-10 would result in a syntax error and i-=- would decrement i. | ||||
| * | shut up, gcc! | rsc | 2006-04-20 | 1 | -2/+2 |
| | | |||||
| * | add hoc | rsc | 2003-12-04 | 1 | -0/+398 |
