Summary
- update the discussion of unit type (details)
- Update 'fork+exec' test utility to be valid also in C and C++. (details)
- Add EOF test coverage for string reading. (details)
- Fix fork+exec missed case / broken build (details)
- Parse string literals to get their length, taking into account escape sequences. Getting this from the lexer would avoid redundent work, but that is not set up. This corrects some typeof evaluations which lead to incorrect sizeof expressions. (details)