mirror of
https://github.com/janet-lang/janet
synced 2025-02-08 21:10:02 +00:00
54a04b5894
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.