-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we plan to make a new branch of nools #211
Comments
Could anyone help fix this? |
@DevSide Can you help me out? |
Hi @taoqf, TypeScript is a good choice for nools. Your repo is not a real branch of nools so every commit we make on master will be hard to apply on your project. What is the commit (sha) where you started it from ? I gonna take a look but i'm a beginner in TypeScript 😄 |
I compiled your code using gulp, your test.js seems to work, could you write a test which failed for your problem ? |
So |
Thanks @DevSide , I tested nools and removed the code // if (!l) {
// constraints = ["true"];
// } ,the exception is gone, but I didn't see the output which i put into `then', and this is not like the behaviour of drools. |
I fixed this. nools-ts |
I've added some tests in the readme, and publish already. and I think noos-ts, can be running just like nools now. |
Any one help to write the grammar? |
I have gaven it up. to rewrite the grammar cause I find it is very hard to match |
@taoqf, maybe you can try to embed a jison ecma grammar parser in then part parsing |
@foxever, right, when I get time, I will try it later. |
nools-ts finished, but I can not explain why it's slower test1 test2 test3 |
I think I have the solution. I changed the rules here. thank you all. I will close this issue now. |
I think maybe someone want to see this. |
We have started a new branch of nools nools-ts which is written in Typescript and most of the code come from here.
But I have got some problem when building the agenda. Anyone could help me out?
Out targe is using nools in modern browsers with less code and less time, maybe we could prebuild the retetree, which i think would save some time in downloading and runtime.
@doug-martin @markbjerke
The text was updated successfully, but these errors were encountered: