phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Parsing Newton identifier usage crashes on purely arithmetic symbols (i.e., non-quantities) #564

Closed KomaGR closed 2 years ago

KomaGR commented 2 years ago

This happens because newtonParseIdentifierUsageTerminal tries to deepcopy a non-existent physics node.