mirror of
https://github.com/janet-lang/janet
synced 2025-03-24 01:06:55 +00:00

A keyword reference only counts as visited if we have it as cached in the memoized->table, and we know it was originally referenced from the same grammar table. If these two conditions are true, then compilation must work correctly. Also add janet_table_get_ex.