scl/TODO.md
Jacob 6e05f1334a Updated grammar rules for new scope system.
Need to implement scope fields still though.
2025-04-12 14:29:39 -04:00

347 B

  1. Create file to describe properties of terminology used; param, arg, var, &c.
  2. Differenciate parameters and arguments -- params for function definitions, arguments for function calls
  3. Add scope field to all ASTs, and new scope layer for those that need it.

Change editor to GNU Readline. Make variables persist through lines in the editor.