ref: dc062d85aca496f752be16b1da3e4747735a8921
parent: 9bdc51d83c76ac575cd8a379756271764e4388a9
author: Ori Bernstein <[email protected]>
date: Fri Dec 23 12:01:45 EST 2011
Add missing file
--- /dev/null
+++ b/parse/cstr.def
@@ -1,0 +1,6 @@
+Tc(Tcnum) /* arith ops */
+Tc(Tcint) /* bitwise ops */
+Tc(Tctest) /* if condition */
+Tc(Tcidx) /* indexable */
+Tc(Tcslice) /* sliceable */
+Tc(Ncstr)