parser,cgen: handle const x = $embed_file("file.txt").to_string()

This commit is contained in:
Delyan Angelov 2022-01-25 10:58:23 +02:00
parent 32f2f0dfa1
commit 5f38ba896e
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
10 changed files with 102 additions and 51 deletions

View file

@ -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 |