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