Add ex079 quoted identifiers

This commit is contained in:
Dave Gauer
2021-05-09 13:10:09 -04:00
parent d4f5684450
commit 34ac5f6742
4 changed files with 48 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ Core Language
* [x] Inline loops
* [x] Comptime
* [x] Sentinel termination
* [x] Quoted identifiers @""
* [ ] Anonymous structs
* [ ] Suspend / Resume
* [ ] Async / Await