aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Grammars/kranc2.peg
diff options
context:
space:
mode:
Diffstat (limited to 'Auxiliary/Grammars/kranc2.peg')
-rw-r--r--Auxiliary/Grammars/kranc2.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/Grammars/kranc2.peg b/Auxiliary/Grammars/kranc2.peg
index 9111540..cb2d352 100644
--- a/Auxiliary/Grammars/kranc2.peg
+++ b/Auxiliary/Grammars/kranc2.peg
@@ -32,7 +32,7 @@ variables = begin[ \t]+variables{-end} ( end[ \t]+variables\b{brk}| {tensor})*{-
temporaries = begin[ \t]+temporaries{-end} ( end[ \t]+temporaries\b{brk}| {tensor})*{-end}
option = {inherit}|{use}|{disable}|{implement}
inherit = inherit[ \t]+({uname}[ \t]*)+{-end}
-feature = loopcontrol|vectors|opencl|jacobian|cse
+feature = loopcontrol|vectors|opencl|jacobian|cse|cakernel
use = use[ \t]+({feature}[ \t]*)+
disable = disable[ \t]+({feature}[ \t]*)+
implement = implement[ \t]+{uname}{-end}