1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

roadmap: direct C/C++ interop

This commit is contained in:
Alexander Medvednikov 2023-06-23 11:19:15 +03:00 committed by GitHub
parent 9d77fd90bf
commit 1547a49fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@
- [ ] Parallel parser
- [ ] Parallel checker
- [ ] Parallel C compilation
- [ ] Direct C/C++ interop without generating wrappers
- [ ] `recover()` from panics
- [ ] -usecache on by default
- [ ] -skip-unused on by default