mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
parser,cgen: handle const x = $embed_file("file.txt").to_string()
This commit is contained in:
parent
32f2f0dfa1
commit
5f38ba896e
10 changed files with 102 additions and 51 deletions
|
@ -199,3 +199,4 @@ to create a copy of the compiler rather than replacing it with `v self`.
|
|||
| `trace_parser` | Prints details about parsed statements and expressions |
|
||||
| `trace_thirdparty_obj_files` | Prints details about built thirdparty obj files |
|
||||
| `trace_usecache` | Prints details when -usecache is used |
|
||||
| `trace_embed_file` | Prints details when $embed_file is used |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue