Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Ideas for walking functions first instead of `defer`s first | Teddy Wing | |
I was having a hard time figuring out how to get the function where a `defer` occurs from the defer, so I decided to look at all functions first instead, and find out if they contain `defer`s. | |||
2023-05-18 | Ideas for an analyser for returning errors from defer | Teddy Wing | |
Still working out how to traverse the AST to be able to see the objects I need. |