1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-08 21:10:02 +00:00
Calvin Rose 54a04b5894 Fix some more recursion issues with pegs.
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.
2019-08-29 19:56:04 -05:00
..
2019-02-21 19:19:47 -05:00
2019-07-07 23:23:45 -05:00
2019-06-18 22:10:13 -04:00
2019-06-18 22:10:13 -04:00
2019-06-18 22:10:13 -04:00
2019-08-06 15:33:55 +08:00