You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,6 @@ cc nob.c -o nob
27
27
./nob test
28
28
```
29
29
30
-
## TODOs
31
-
[] Auto-detect the generated header and add it to the original file if not present (so it compiles)
32
-
[] Do not generate a header in the case that the input does not contain any comptime blocks
33
-
[] Currently the runner.templ.c is not getting properly linked unless we are compiling something from the root of the project (I want to embed it in the executable)
34
-
[] Investigate if we can `ComptimeCtx.InferredType`
0 commit comments