Task Grammar in NetLogo: the project of Summer 2025
I once came across a neat little paper ( Task Grammar and Attitude) about using a formal grammar to represent the way we form attitudes toward tasks as we do them. I think it's a fun idea. The goal of this summer project was to implement a version of this grammar in NetLogo. After chewing on it for a bit, I refined the task to writing a CYK parser for this grammar in NetLogo. That's what will be linked here, along with some usage tips/