From: <jbo...@li...> - 2006-01-16 02:46:54
|
Author: mic...@jb... Date: 2006-01-15 21:46:43 -0500 (Sun, 15 Jan 2006) New Revision: 2104 Added: trunk/labs/jbossrules/drools-natural-dsl/src/test/resources/org/drools/natural/sample.dictionary.properties Log: just an example Added: trunk/labs/jbossrules/drools-natural-dsl/src/test/resources/org/drools/natural/sample.dictionary.properties =================================================================== --- trunk/labs/jbossrules/drools-natural-dsl/src/test/resources/org/drools/natural/sample.dictionary.properties 2006-01-16 02:45:25 UTC (rev 2103) +++ trunk/labs/jbossrules/drools-natural-dsl/src/test/resources/org/drools/natural/sample.dictionary.properties 2006-01-16 02:46:43 UTC (rev 2104) @@ -0,0 +1,32 @@ +############################################ +# +# This is a very simple language config +# +############################################ + +#note escaped spaces +likes\ cheese=${left}.likesCheese() +age\ of=ageOf(${right}) + + + +############################################ +# +# Following are options (all optional) +# +############################################ + +#this means that after compiling, if any unknown tokens +#are left, they will be removed. +#Of course tokens that are parameters to +#stuff defined above are not removed +#by default, they are included in the output +#default is false +ignore.unknown=false + +#when using the general "compile" method +#this will tell it to look for delimiters or not. +#delimiters would then be required when using tokens +#that have spaces in them (like "ago of" above). +#by default is false. +require.delimiters=false \ No newline at end of file Property changes on: trunk/labs/jbossrules/drools-natural-dsl/src/test/resources/org/drools/natural/sample.dictionary.properties ___________________________________________________________________ Name: svn:eol-style + native |