From b0ec06d31fafe4c54dbc48ac0794a3d7c30d3058 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 3 May 2023 17:45:16 +0200 Subject: fix list --- yaegi-internals/readme.md | 1 + 1 file changed, 1 insertion(+) (limited to 'yaegi-internals/readme.md') diff --git a/yaegi-internals/readme.md b/yaegi-internals/readme.md index 7913749..9f0a683 100644 --- a/yaegi-internals/readme.md +++ b/yaegi-internals/readme.md @@ -310,6 +310,7 @@ privileged environment and guarantee no infinite loops. The compiler implemented in yaegi targets the Go runtime itself, not a particular hardware architecture. For each action node in the CFG a corresponding closure is generated. The main benefits are: + - Portability: the generated code runs on any platform where Go is supported. - Interoperability: the objects produced by the interpreter are directly -- cgit v1.2.3