Vitaliy Vorobets

Results 9 comments of Vitaliy Vorobets

as for me, the project file isn't ready yet: - no way to build examples with cmake; - not all macros are written (e.g. for sa): ```cpp target_compile_definitions(plugin_sdk PUBLIC _CRT_SECURE_NO_WARNINGS...

> https://github.com/imring/plugin-sdk/tree/cmake or https://gist.github.com/THE-FYP/104855c5fdd7311a336a5178a0b33118

razor tracked in https://github.com/srliao/gcsim/pull/4

xinyan tracked in https://github.com/genshinsim/gcsim/pull/617

hello thanks for pull request, but you can change the line-ending settings (crlf -> lf)?

> fix parsing of "1-1" expression. `yayao add stats def=-1` is not working

e.g. ``` let x = 5; print(x); x++; print(x); x--; print(x); for x++; x; x-- { print(x); } ``` but `print(x--)` is not working becase `x--` is a statement, not...