mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-01 11:38:20 +00:00
Moved x86only tests into stdlib/regression
This commit is contained in:
parent
e4b34a3ec1
commit
eeab48ed33
39 changed files with 10 additions and 59 deletions
|
|
@ -16,4 +16,4 @@ local a = token ("a"),
|
|||
exp = expr ({[Left, {add, sub}], [Left, {mul, div}]}, a) (id),
|
||||
i;
|
||||
|
||||
printf ("%s\n", parseString (exp |> bypass (eof), gen (10)).string)
|
||||
printf ("%s\n", parseString (exp |> bypass (eof), gen (5)).string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue