Skip to content
Snippets Groups Projects
Commit 3f4a4c48 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve most single character operators to help parsing

The main point of this change was to prevent constructions like
  cout << a << b;
to be interpreted as
  cout << a < < b;
which lead to parse error.
parent fa071114
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment