cgen: move closure C code to V code under vlib/builtin/closure/ (#24912)

This commit is contained in:
kbkpbot 2025-07-27 22:44:06 +08:00 committed by GitHub
parent a08ea74167
commit 2d87ac4837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 719 additions and 311 deletions

View file

@ -0,0 +1,2 @@
The files in this directory implement the `closure` feature of the V language, which is called
internally by the V compiler.