fa/tests/passing
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Ari Archer 4ba152cedc
Start work on type checking, add generic type and add more tests for to
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-28 13:08:36 +03:00
..
argc.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
argv.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
as.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
boolean_false.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
boolean_true.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
conditionals.fa Added tests for conditionals and bot, grt, lst ops 2022-07-06 04:18:27 +03:00
copy.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
deref.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
drop.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
elipsis.fa Fix type signatures 2022-07-19 07:57:49 +03:00
end.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
expand_macro.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
functions.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
hop.fa Hop keyword 2022-07-20 08:08:46 +03:00
include.fa Add passing test cases 2022-06-30 22:08:09 +03:00
labels.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
macro.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
macro_redefine.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
name.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
name_redefine.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
name_redefine_macro1.fa Logging, testing improvements and name fixes 2022-07-02 01:21:44 +03:00
name_redefine_macro2.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
negative_numbers.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
nop.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
null.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_add.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_ban.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_bor.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_bot.fa Added tests for conditionals and bot, grt, lst ops 2022-07-06 04:18:27 +03:00
operator_dvm.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_eql.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_gre.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_grt.fa Added tests for conditionals and bot, grt, lst ops 2022-07-06 04:18:27 +03:00
operator_lse.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_lst.fa Added tests for conditionals and bot, grt, lst ops 2022-07-06 04:18:27 +03:00
operator_mul.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_shl.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
operator_shr.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
operator_sub.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
operator_xor.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
point.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
pop.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
push_chr.fa Add type casting 2022-07-20 12:27:40 +03:00
push_int.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
push_str.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
push_ustr.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00
ret.fa Fix type signatures 2022-07-19 07:57:49 +03:00
set.fa Unsized strings, pop keyword and dead code elimination 2022-07-22 10:43:57 +03:00
shift.fa Add tests for shift keyword 2022-07-01 17:47:52 +03:00
swap.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
sys.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
to_any.fa Start work on type checking, add generic type and add more tests for to 2022-07-28 13:08:36 +03:00
to_bul.fa Add proper type casting 2022-07-27 15:04:24 +03:00
to_chr.fa Start work on type checking, add generic type and add more tests for to 2022-07-28 13:08:36 +03:00
to_int.fa Add proper type casting 2022-07-27 15:04:24 +03:00
to_nul.fa Add proper type casting 2022-07-27 15:04:24 +03:00
to_ptr.fa Add proper type casting 2022-07-27 15:04:24 +03:00
to_str.fa Start work on type checking, add generic type and add more tests for to 2022-07-28 13:08:36 +03:00
turn.fa Turn keyword 2022-07-20 07:48:27 +03:00
undefine.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
unname.fa Improve tests and sh{r/l} keywords 2022-07-02 20:57:49 +03:00
while_loop.fa Deprecate mutability contexts 2022-07-27 13:41:50 +03:00