changed cast logic; a test case is not correct at the moment
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 6 Jan 2021 05:24:49 +0000 (23:24 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 6 Jan 2021 05:24:49 +0000 (23:24 -0600)
commitadebe8a159e8331766f1cd80fab68288d9124482
treee847261801c6f4b64df3ca0b7923d755a62ae3b5
parent5a4b84055fa7f36be3db05586c8278e77c96919b
changed cast logic; a test case is not correct at the moment
20 files changed:
bin/onyx
core/map.onyx
include/onyxastnodes.h
onyx.exe
src/onyxchecker.c
src/onyxutils.c
src/onyxwasm.c
tests/aoc-2020/day14.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2020/day8.onyx
tests/general1.onyx
tests/i32map.onyx
tests/overload_with_autocast.onyx