-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Within 'hay eval' and eval_hay(): basic sandboxing. - You can call procs, hay nodes, or echo/write/use. - At the top level: there is no sandboxing. - You can get the result with _hay() - Maybe this goes within proc _main later? The non-sandboxed kind should be useful for associating metadata with procs? But I guess you can't use eval_hay() on it, because that's also sandboxed. Might need to tweak these rules. This is part of #951.
- Loading branch information
Andy C
committed
Jun 11, 2022
1 parent
5de2f83
commit f9193a5
Showing
4 changed files
with
107 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters