2009-09-19 02:21:36 +00:00
..
bind.chai Add a unit test for bind 2009-07-09 03:37:57 +00:00
bind.txt Add a unit test for bind 2009-07-09 03:37:57 +00:00
bool_not.chai First set of unit tests 2009-07-08 18:59:10 +00:00
bool_not.txt First set of unit tests 2009-07-08 18:59:10 +00:00
break_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
break_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
char_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
char_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
collate.chai First set of unit tests 2009-07-08 18:59:10 +00:00
collate.txt First set of unit tests 2009-07-08 18:59:10 +00:00
compare_gt.chai First set of unit tests 2009-07-08 18:59:10 +00:00
compare_gt.txt First set of unit tests 2009-07-08 18:59:10 +00:00
compare_lt.chai First set of unit tests 2009-07-08 18:59:10 +00:00
compare_lt.txt First set of unit tests 2009-07-08 18:59:10 +00:00
concat.chai First set of unit tests 2009-07-08 18:59:10 +00:00
concat.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_double_string.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_double_string.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_int_string.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_int_string.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_double.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_double.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_int.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_int.txt First set of unit tests 2009-07-08 18:59:10 +00:00
drop_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
drop_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
drop.chai First set of unit tests 2009-07-08 18:59:10 +00:00
drop.txt First set of unit tests 2009-07-08 18:59:10 +00:00
equ_shortform.chai Fix parser to handle shortform equations (fix bad operator parsing). Add back lines to prelude for line numbers 2009-09-09 14:11:03 +00:00
equ_shortform.txt Fix parser to handle shortform equations (fix bad operator parsing). Add back lines to prelude for line numbers 2009-09-09 14:11:03 +00:00
eval.chai Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
eval.txt Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
even.chai First set of unit tests 2009-07-08 18:59:10 +00:00
even.txt First set of unit tests 2009-07-08 18:59:10 +00:00
exception.chai Add exception unit test 2009-09-19 02:21:36 +00:00
exception.txt Add exception unit test 2009-09-19 02:21:36 +00:00
filter.chai First set of unit tests 2009-07-08 18:59:10 +00:00
filter.txt First set of unit tests 2009-07-08 18:59:10 +00:00
float.chai Allow floating point numbers without a zero before the decimal point 2009-08-20 14:50:13 +00:00
float.txt Allow floating point numbers without a zero before the decimal point 2009-08-20 14:50:13 +00:00
foldl.chai First set of unit tests 2009-07-08 18:59:10 +00:00
foldl.txt First set of unit tests 2009-07-08 18:59:10 +00:00
for_each.chai First set of unit tests 2009-07-08 18:59:10 +00:00
for_each.txt First set of unit tests 2009-07-08 18:59:10 +00:00
for.chai First set of unit tests 2009-07-08 18:59:10 +00:00
for.txt First set of unit tests 2009-07-08 18:59:10 +00:00
generate_range.chai First set of unit tests 2009-07-08 18:59:10 +00:00
generate_range.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_else.chai First set of unit tests 2009-07-08 18:59:10 +00:00
if_else.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_elseif_else.chai Change 'elseif' to 'else if' to better support C++ expectations 2009-07-17 14:16:27 +00:00
if_elseif_else.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_elseif.chai Change 'elseif' to 'else if' to better support C++ expectations 2009-07-17 14:16:27 +00:00
if_elseif.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if.chai First set of unit tests 2009-07-08 18:59:10 +00:00
if.txt First set of unit tests 2009-07-08 18:59:10 +00:00
instring_eval_more.chai Add a couple more in-string eval unit tests to check for proper escaping 2009-09-13 12:53:12 +00:00
instring_eval_more.txt Add a couple more in-string eval unit tests to check for proper escaping 2009-09-13 12:53:12 +00:00
instring_eval.chai Add some unit tests for in-string eval 2009-09-12 14:55:14 +00:00
instring_eval.txt Add some unit tests for in-string eval 2009-09-12 14:55:14 +00:00
join.chai First set of unit tests 2009-07-08 18:59:10 +00:00
join.txt First set of unit tests 2009-07-08 18:59:10 +00:00
lambda.chai First set of unit tests 2009-07-08 18:59:10 +00:00
lambda.txt First set of unit tests 2009-07-08 18:59:10 +00:00
list_push_back.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
list_push_back.txt Add std::list support 2009-08-29 14:00:07 +00:00
list_push_front.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
list_push_front.txt Add std::list support 2009-08-29 14:00:07 +00:00
load_module.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
load_module.txt Add support for loadable modules on POSIX systems 2009-09-06 23:33:03 +00:00
map_access.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map_access.txt First set of unit tests 2009-07-08 18:59:10 +00:00
map_inplace_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map_inplace_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
map.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_add_mixed.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_add_mixed.txt Missing unit test answer 2009-07-08 19:03:36 +00:00
math_add.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_add.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_dec.chai Correcting unit tests that are inc/dec temporaries. This is no longer allowed 2009-09-06 02:50:36 +00:00
math_dec.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_div.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_div.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_inc.chai Correcting unit tests that are inc/dec temporaries. This is no longer allowed 2009-09-06 02:50:36 +00:00
math_inc.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_mod.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_mod.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_mult.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_mult.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_negate.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_negate.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_paren.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_paren.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_sub.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_sub.txt First set of unit tests 2009-07-08 18:59:10 +00:00
max.chai First set of unit tests 2009-07-08 18:59:10 +00:00
max.txt First set of unit tests 2009-07-08 18:59:10 +00:00
method_lambda.chai Switch get_function to default to not doing object lookup. Correct method eval to maintain method lambda syntax. Add unit test for method lambda 2009-08-21 20:05:05 +00:00
method_lambda.txt Switch get_function to default to not doing object lookup. Correct method eval to maintain method lambda syntax. Add unit test for method lambda 2009-08-21 20:05:05 +00:00
method_sugar.chai First set of unit tests 2009-07-08 18:59:10 +00:00
method_sugar.txt First set of unit tests 2009-07-08 18:59:10 +00:00
min.chai First set of unit tests 2009-07-08 18:59:10 +00:00
min.txt First set of unit tests 2009-07-08 18:59:10 +00:00
mmd1.chai Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd1.txt Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd2.chai Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd2.txt Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
odd.chai First set of unit tests 2009-07-08 18:59:10 +00:00
odd.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_1.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_1.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_2.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_2.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_3.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_3.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_eq.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_eq.txt First set of unit tests 2009-07-08 18:59:10 +00:00
product.chai First set of unit tests 2009-07-08 18:59:10 +00:00
product.txt First set of unit tests 2009-07-08 18:59:10 +00:00
range_back.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range_back.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range_inplace.chai First set of unit tests 2009-07-08 18:59:10 +00:00
range_inplace.txt First set of unit tests 2009-07-08 18:59:10 +00:00
range.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
reduce.chai First set of unit tests 2009-07-08 18:59:10 +00:00
reduce.txt First set of unit tests 2009-07-08 18:59:10 +00:00
ref_equal.chai Add ref equal unit test 2009-08-27 15:03:49 +00:00
ref_equal.txt Add ref equal unit test 2009-08-27 15:03:49 +00:00
retro.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
retro.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
return.chai Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
return.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_concat.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_concat.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_not_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_not_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_not_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_not_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_rfind.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_rfind.txt First set of unit tests 2009-07-08 18:59:10 +00:00
sum.chai First set of unit tests 2009-07-08 18:59:10 +00:00
sum.txt First set of unit tests 2009-07-08 18:59:10 +00:00
take_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
take_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
take.chai First set of unit tests 2009-07-08 18:59:10 +00:00
take.txt First set of unit tests 2009-07-08 18:59:10 +00:00
use.chai Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
use.inc Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
use.txt Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
vector_access.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_access.txt First set of unit tests 2009-07-08 18:59:10 +00:00
vector_erase_at.chai Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_erase_at.txt Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_inplace_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_inplace_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
vector_insert_at.chai Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_insert_at.txt Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_push_back.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_push_back.txt First set of unit tests 2009-07-08 18:59:10 +00:00
zip_with.chai First set of unit tests 2009-07-08 18:59:10 +00:00
zip_with.txt First set of unit tests 2009-07-08 18:59:10 +00:00
zip.chai First set of unit tests 2009-07-08 18:59:10 +00:00
zip.txt First set of unit tests 2009-07-08 18:59:10 +00:00