Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increment/decrement statements (#28)
feat: implement inc and dec statement support There is no need for changes to the ECE since `IncDecStmt` is treated as syntatic sugar for `Assignment`
- Loading branch information