From 7a42b045fa2257a94c9d98c9ceec7567322698a4 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Wed, 21 Mar 2012 16:00:17 +0100 Subject: Enable CaKernel support for Kranc scripts --- Auxiliary/Grammars/kranc2.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Auxiliary/Grammars') 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} -- cgit v1.2.3