added runtime configuration at compile-time; removed redundant files
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 9 Feb 2021 21:34:18 +0000 (15:34 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 9 Feb 2021 21:34:18 +0000 (15:34 -0600)
commit15079463cc1aefb87d395cbf12a388e9887c02d9
treef54d08446720762145bbd78e6aae888beaeb8a37
parenta8a51a783405f74cc65a2f5c8d8c956b63f932f5
added runtime configuration at compile-time; removed redundant files
77 files changed:
bin/onyx
bin/test
core/file.onyx [deleted file]
core/io/file.onyx [new file with mode: 0644]
core/std.onyx [new file with mode: 0644]
core/std/js.onyx [deleted file]
core/std/wasi.onyx [deleted file]
core/stdio.onyx
examples/01_hello_world.onyx
examples/02_variables.onyx
examples/03_basics.onyx
examples/04_fixed_arrays.onyx
examples/05_slices.onyx
examples/06_dynamic_arrays.onyx
examples/07_structs.onyx
examples/08_enums.onyx
examples/09_for_loops.onyx
examples/10_switch_statements.onyx
examples/11_map.onyx
examples/12_varargs.onyx
examples/13_use_keyword.onyx
examples/14_overloaded_procs.onyx
examples/15_polymorphic_procs.onyx
examples/16_pipe_operator.onyx
include/onyxastnodes.h
onyx.exe
progs/odin_example.onyx
progs/particle_sym.onyx
progs/poly_solidify.onyx
progs/simd_test.onyx
progs/vararg_test.onyx
progs/wasi_test.onyx
src/onyx.c
src/onyxastnodes.c
src/onyxbuiltins.c
tests/aoc-2020/day1.onyx
tests/aoc-2020/day10.onyx
tests/aoc-2020/day11.onyx
tests/aoc-2020/day12.onyx
tests/aoc-2020/day13.onyx
tests/aoc-2020/day14.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day16.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day18.onyx
tests/aoc-2020/day19.onyx
tests/aoc-2020/day2.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day22.onyx
tests/aoc-2020/day23.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day3.onyx
tests/aoc-2020/day4.onyx
tests/aoc-2020/day5.onyx
tests/aoc-2020/day6.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2020/day8.onyx
tests/aoc-2020/day9.onyx
tests/array_struct_robustness.onyx
tests/baked_parameters.onyx
tests/compile_time_procedures.onyx
tests/defer_with_continue.onyx
tests/general1.onyx.notest
tests/hello_world.onyx
tests/i32map.onyx
tests/multiple_returns_robustness.onyx
tests/named_arguments_test.onyx
tests/new_struct_behaviour.onyx
tests/operator_overload.onyx
tests/overload_with_autocast.onyx
tests/poly_structs_with_values.onyx
tests/polymorphic_array_lengths.onyx
tests/string_stream_test.onyx
tests/struct_robustness.onyx
tests/vararg_test.onyx