|
|
|
@ -115,13 +115,11 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# Array support
|
|
|
|
|
- name: Simple array
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/typecheck/simple_array.t
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays.t
|
|
|
|
|
- name: Simple array 2
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays2.t
|
|
|
|
|
- name: Simple array 4
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays4.t
|
|
|
|
|
- name: Simple array
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/typecheck/simple_array.t
|
|
|
|
|
|
|
|
|
|
- name: Stack-based array coercion
|
|
|
|
|
run: ./tlang typecheck source/tlang/testing/simple_stack_array_coerce.t
|
|
|
|
@ -245,7 +243,7 @@ jobs:
|
|
|
|
|
./tlang.out
|
|
|
|
|
- name: Simple array
|
|
|
|
|
run: |
|
|
|
|
|
./tlang compile source/tlang/testing/simple_array.t
|
|
|
|
|
./tlang compile source/tlang/testing/simple_arrays.t
|
|
|
|
|
./tlang.out
|
|
|
|
|
- name: Simple array 2
|
|
|
|
|
run: |
|
|
|
|
|