This zip contains code for the experiments, separated by task. See individual subfolders for more detailed READMEs.

The following commands set up necessary dependencies:

$ conda create -n handbook python=3.10
$ conda init
$ conda activate handbook
$ pip install -r requirements.txt

Some code (for the Dyck task and Python test case task) was borrowed from (Botta et al., 2025), cited in the main paper.
