Skip to content

Commit 57c5870

Browse files
authored
Remove TODOs from README
Removed TODOs section from README.md
1 parent b23d468 commit 57c5870

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ cc nob.c -o nob
2727
./nob test
2828
```
2929

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`
35-
[x] Add tests
36-
[ ] Add proper examples
3730

3831

3932
### Using as compiler

0 commit comments

Comments
 (0)