Add #force_inline, #force_no_inline and #unroll for the transition to deprecate and then remove the keywords inline and no_inline

`inline for` will be replaced with `#unroll for`
This commit is contained in:
gingerBill
2021-02-23 14:37:05 +00:00
parent 28ed310f31
commit 908a403d78
3 changed files with 198 additions and 172 deletions
-2
View File
@@ -142,7 +142,6 @@ Token_Kind :: enum u32 {
Cast, // cast
Transmute, // transmute
Distinct, // distinct
Opaque, // opaque
Using, // using
Inline, // inline
No_Inline, // no_inline
@@ -270,7 +269,6 @@ tokens := [Token_Kind.COUNT]string {
"cast",
"transmute",
"distinct",
"opaque",
"using",
"inline",
"no_inline",