mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-03 04:28:19 +00:00
Standard infix capturing
This commit is contained in:
parent
25ec856fba
commit
a12f9337e9
7 changed files with 184 additions and 16 deletions
3
regression/x86only/orig/test006.log
Normal file
3
regression/x86only/orig/test006.log
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
3
|
||||
{1}
|
||||
{1}
|
||||
3
regression/x86only/test006.expr
Normal file
3
regression/x86only/test006.expr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
printf ("%d\n", infix + (1, 2));
|
||||
printf ("%s\n", (1 : 2).string);
|
||||
printf ("%s\n", (infix : (1, 2)).string)
|
||||
Loading…
Add table
Add a link
Reference in a new issue