mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Sync
This commit is contained in:
parent
584e7a998b
commit
be89ee983a
1 changed files with 8 additions and 8 deletions
|
|
@ -252,9 +252,9 @@ module Expr =
|
||||||
(Array.map (fun (a, s) -> a,
|
(Array.map (fun (a, s) -> a,
|
||||||
List.map (fun s -> ostap(- $(s)),
|
List.map (fun s -> ostap(- $(s)),
|
||||||
(fun x y ->
|
(fun x y ->
|
||||||
match s with
|
match s with
|
||||||
"++" -> Call ("strcat", [x; y])
|
| "++" -> Call ("strcat", [x; y])
|
||||||
| _ -> Binop (s, x, y)
|
| _ -> Binop (s, x, y)
|
||||||
)
|
)
|
||||||
) s
|
) s
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue