this message in context:
http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3582705.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-
> Personally - I would rather get an error when I make a mistake (e.g. do not
> write the DSL correctly) than get get an error for writing perfectly valid
> code.
[Swindells, Thomas] But it isn't valid DSL code. DSL is normally written by
business users who don't know anything about DRL, this is
ontext:
http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580113.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jb
option I indicated in that other thread.
-W
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580049.html
> Sent from the Drools: User foru
is
the case).
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580049.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users
I am just trying to learn DSL and have immediately run into issues.
I have a simple DSL in the file named XEasyApp.dsl :
*[condition][]{value} is an invalid Boolean={value} not
in("T","t","1","F","f","0")*
and then a simple DSLR in the file named Test.dslr:
*package com.onfs.easyapp.rules