renamed #code and #insert to #quote and #unquote
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 25 Mar 2022 16:05:30 +0000 (11:05 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 25 Mar 2022 16:05:30 +0000 (11:05 -0500)
commit228a22583f143f97027b77679989f38fbefbaf47
tree4ef9b5efef25eb344c4332319bc8d1d315aaac02
parent118cf9e0630f565f9468e7ee4ec25e308e94c215
renamed #code and #insert to #quote and #unquote
19 files changed:
core/alloc/arena.onyx
core/alloc/auto_heap.onyx
core/builtin.onyx
core/container/array.onyx
core/container/bucket_array.onyx
core/container/iter.onyx
core/container/map.onyx
core/net/tcp.onyx
core/sync/mutex.onyx
docs/builtins.md
examples/18_macros.onyx
http_test.onyx [new file with mode: 0644]
src/checker.c
src/parser.c
tests/aoc-2020/day24.onyx
tests/aoc-2021/day03.onyx
tests/aoc-2021/day15.onyx
tests/bucket_array.onyx
tests/switch_using_equals.onyx