fix: pointer ++ / -- / += / -= error
authoryu.dongliang <18588496441@163.com>
Sun, 6 Oct 2024 15:48:15 +0000 (23:48 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 6 Oct 2024 15:48:15 +0000 (23:48 +0800)
commit3a96aa9293342093b0ae9c91a9d0e27b28d7dfae
tree9b59217ef4cc9b6c91608f7323731daa7198a5c3
parente38a5795185850be836c8196c42d8012d8a03783
fix: pointer ++ / -- / += / -= error
core/scf_expr.c
examples/pointer_add_assign.c [new file with mode: 0644]
examples/pointer_inc.c [new file with mode: 0644]
native/x64/scf_x64_inst.c
parse/scf_operator_handler_semantic.c