changed: removed `#quote` in favor of parameter syntax `[] {}`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 3 Jun 2023 05:22:39 +0000 (00:22 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 3 Jun 2023 05:22:39 +0000 (00:22 -0500)
commit6a2d3eada303efc2154d6a83fd3dcd61e836e37c
tree50b3bfb88fb52cfc19ff4436ffc57c56b2fa9538
parent1c5e4578be343a27cc2f40ff7a3bba058631065f
changed: removed `#quote` in favor of parameter syntax `[] {}`
34 files changed:
compiler/include/astnodes.h
compiler/src/checker.c
compiler/src/clone.c
compiler/src/parser.c
compiler/src/symres.c
core/alloc/arena.onyx
core/container/array.onyx
core/container/bucket_array.onyx
core/container/iter.onyx
core/container/map.onyx
core/container/optional.onyx
core/container/result.onyx
core/container/slice.onyx
core/conv/format.onyx
core/encoding/csv.onyx
core/encoding/ini.onyx
core/encoding/json/encoder.onyx
core/encoding/utf8.onyx
core/net/tcp.onyx
core/os/file.onyx
core/random/random.onyx
core/runtime/info/helper.onyx
core/runtime/info/proc_tags.onyx
core/runtime/platform/wasi/wasi_env.onyx
core/string/string.onyx
core/time/date.onyx
examples/18_macros.onyx
interpreter/src/wasm/type.c
scripts/onyx-pkg.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2021/day03.onyx
tests/aoc-2021/day15.onyx
tests/bucket_array.onyx
tests/switch_using_equals.onyx