lizzie icon indicating copy to clipboard operation
lizzie copied to clipboard

A script language for .Net and the CLR

Results 6 lizzie issues
Sort by recently updated
recently updated
newest added

Hello, I realize this project is essentially dead (shame, but I get it). So far, it's a game changer for me - so I'm looking forward to seeing all the...

I have seen no documentation on loop constructs. Have I overseen it in the readme? Does Lizzie support `while` and `for` loops?

My employer is looking for a few good .Net devs, and asked me if I could reach out into my network. Since I figured all the best ones are here,...

Here are two unit tests that I added to TypeScript Lizzie to cover `validateThatSymbolIsUndefined` in the Binder. This is called from the Var function in Functions.cs, so I added this...

Basically, a computational process can create a request for an unlimited amount of memory/CPU. This is true even in a short program and even with a bounded recursive depth. For...

As the last thing to be returns in a function is effectively the return value, this can cause problems with longer code snippets that want to break or exit when...