We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6a59 commit 50ea333Copy full SHA for 50ea333
README.md
@@ -237,7 +237,6 @@ int fib(int n) def int @fib(int %n)
237
238
## Known Issues
239
240
-1. The generated ELF lacks .bss and .rodata sections
241
2. Full `<stdarg.h>` support is not available. Variadic functions work via direct pointer arithmetic.
242
See the `printf` implementation in `lib/c.c` for the supported approach.
243
3. The C front-end operates directly on token streams without building a full AST.
0 commit comments