mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: move closure C code to V code under vlib/builtin/closure/ (#24912)
This commit is contained in:
parent
a08ea74167
commit
2d87ac4837
17 changed files with 719 additions and 311 deletions
2
vlib/builtin/closure/README.md
Normal file
2
vlib/builtin/closure/README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue