Standard infix capturing

This commit is contained in:
Dmitry Boulytchev 2020-01-14 05:15:19 +03:00
parent 25ec856fba
commit a12f9337e9
7 changed files with 184 additions and 16 deletions

View file

@ -0,0 +1,3 @@
3
{1}
{1}

View file

@ -0,0 +1,3 @@
printf ("%d\n", infix + (1, 2));
printf ("%s\n", (1 : 2).string);
printf ("%s\n", (infix : (1, 2)).string)