[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] C23 embed path
From: |
certanan |
Subject: |
[Tinycc-devel] C23 embed path |
Date: |
Tue, 06 Jun 2023 11:40:27 +0000 |
Hello, everyone.
I have finally got around to having a shot at implementing C23's "#embed"
directive. However, I am struggling to think of the best way to let the user
specify embed paths. The standard proposal
(https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3017.htm#design-familiar-paths)
suggests using "-f" flags; that is incompatible with tcc in the current state
because it is incapable of parsing arguments of "-f" flags.
These are my ideas:
- Thinking up a quasi-arbitrary letter for specifying the path in style of "-I"
- Searching only the compiled file's directory and having the user symlink
desired files to it
What are the opinions of more experienced contributors?
Thanks.
-- certanan
- [Tinycc-devel] C23 embed path,
certanan <=