added warning for using 'proc' keyword; got rid of proc from core libraries
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 17 Jun 2021 19:15:10 +0000 (14:15 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 17 Jun 2021 19:15:10 +0000 (14:15 -0500)
commitc739600971a66c59ba1775541fc67d847219915b
tree53f5926cf36ab09f1351b02ec28bcd16d2631432
parentabbd1d8e3d4ce015f7bac0c7f11d766059871883
added warning for using 'proc' keyword; got rid of proc from core libraries
32 files changed:
bin/onyx
bin/test
core/builtin.onyx
core/container/array.onyx
core/container/list.onyx
core/hash.onyx
core/io/file.onyx
core/io/writer.onyx
core/math.onyx
core/memory.onyx
core/stdio.onyx
core/string.onyx
core/string/builder.onyx
core/string/reader.onyx
core/wasi/clock.onyx
include/onyxerrors.h
misc/onyx.sublime-syntax
modules/immediate_mode/immediate_renderer.onyx
modules/json/types.onyx
modules/ui/components/slider.onyx
modules/ui/flow.onyx
modules/ui/ui.onyx
modules/vecmath/vector2.onyx
modules/webgl2/webgl2.onyx
src/onyxerrors.c
src/onyxparser.c
tests/aoc-2020/day17.onyx
tests/aoc-2020/day24.onyx
tests/array_struct_robustness.onyx
tests/named_arguments_test.onyx
tests/operator_overload.onyx
tests/overload_with_autocast.onyx