-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
I just found ReoScript and have been playing around with it in VS 2010 (C#) and trying to decide if I want to use it in an email processor I am writing.
One thing I am noticing is that ReoScript does not seam to parse the script until it actual it runs, meaning the srm.compile does not throw any errors if they are errors in the script. It also does not collect all the variables used in the script until it is ran.
What is the point of compiling? I want to be able to to tell my users that there script has error before actually running the script.
Thanks for a nice LIB!
-=Ryan