1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 12:43:15 +00:00
janet/src
Calvin Rose adc41e31f4 Address #547 - don't drop references.
Keep a separate stack for tagged references. May cause pegs to
use more memory but makes the backref and backmatch features much more
powerful.

Also disables the second stack if backref and backmatch are not used in the peg.
2021-01-05 20:27:15 -06:00
..
boot Merge pull request #545 from felixr/master 2021-01-03 16:39:23 -06:00
conf Make dofile error if source file errors. 2020-12-14 08:23:06 -06:00
core Address #547 - don't drop references. 2021-01-05 20:27:15 -06:00
include Address #547 - don't drop references. 2021-01-05 20:27:15 -06:00
mainclient Change Ctrl-C and move old behavior to Ctrl-Q 2020-12-29 16:20:37 -06:00