mirror of
https://github.com/bloeys/cogo.git
synced 2025-12-29 08:58:19 +00:00
todos
This commit is contained in:
@ -14,6 +14,13 @@ import (
|
||||
"golang.org/x/tools/imports"
|
||||
)
|
||||
|
||||
/* @TODO it seems that nested yields can be (generally?) implemented using the following rules:
|
||||
|
||||
- Each top-level yield gets a case
|
||||
- Nested yields use the same case as the next top-level yield
|
||||
- We can goto within a case easily by having different sections in separate blocks, so the goto doesn't complain (e.g. about skipping variables)
|
||||
*/
|
||||
|
||||
func printDebugInfo() {
|
||||
|
||||
fmt.Printf("Running inliner on '%s'\n", os.Getenv("GOFILE"))
|
||||
|
||||
Reference in New Issue
Block a user