Carp/test/test-for-errors
Veit Heller 2023c93d62
feat: Quasiquotation (#1129)
* feat: quasiquotation

* test: add tests for quasiquotation

* fix: fix typo in call to doc

* fix: do not evaluate quasiquote too eagerly

* test: pull quasiquote test into macro

* docs: fix unquote example with better constant

* feat: add quasiquote literals

* refactor: simplify reader macros
2021-01-15 10:50:04 +01:00
..
char_at_index.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
derive-without-child-impl.carp feat: Derive (#1120) 2021-01-15 10:48:34 +01:00
duplicate_binding.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
lambda_capturing_ref_that_dies.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
no_forms_in_match.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
no_matching_instance.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
private-bindings.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
raw-unquote.carp feat: Quasiquotation (#1129) 2021-01-15 10:50:04 +01:00
return_ref_in_do.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_in_let.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_to_array_literal.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_to_function_result.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
trick_resolution.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
type_mismatch.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
uneven_nr_of_forms_in_match.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_arg_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_via_nth_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong_sig_for_def.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong_sig_for_defn.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong-phantom.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00