Skip to content
Snippets Groups Projects
Commit 49ff639a authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Remove support for using predefined operator as nodes.

i.e.,
	a = operator +(1,3);
or
	a = map<<operator +>>(l);

This is to simplify the syntax tree. We migth undo this change in the
future, or perform the same thing differently.
parent b3291981
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment