david-pfx

Results 29 comments of david-pfx

Is this still a work in progress?

Yes, but while you're about it there are heaps of other things that could be `const` or `let`.

Good idea. Also smooth moves and rotations (perhaps with various kinds of easing); 'pop' effects on creating or destroying an object; particles or shake for mouse clicks; screen shake, pop...

Here's another idea. ``` LEGEND quad = one + one:90 + one:180 + one:270 ( new object from 4 rotations ) ```

By invalid rule you mean one that tries to match the exact same object twice? I don't see how you could handle that particular example except with code that explicitly...

I'm still on VS2015, hope to upgrade soon (when I get a round TUIT). Happens regularly.

Now on VS2019, exactly the same experience. Sometimes the error links to the peg file, sometimes to the generated code, sometimes to nothing at all. I'll try to get an...

Here is an error where double clicking doesn't work: >`1>D:\MyDocs\dev\Polyomino\PuzzLang\PuzzLangLib\obj\Debug\PuzzLangParser.peg(73,53,73,54): error CS0103: The name 'v' does not exist in the current context` The location is perfectly correct, but VS does...

Something I never noticed before: the errors that don't work on double click have Suppression State set to Active. This could be the vital clue. Severity Code Description Project File...