Add ex079 quoted identifiers

This commit is contained in:
Dave Gauer 2021-05-09 13:10:09 -04:00
parent 22ac3628a1
commit de584dcd71
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