sharkdp / numbat

A statically typed programming language for scientific computations with first class support for physical dimensions and units
https://numbat.dev
Apache License 2.0
1.26k stars 53 forks source link

Borrowed `typed_ast` `Statement` #597

Closed rben01 closed 1 month ago

rben01 commented 1 month ago

Removed a bunch of Strings created during elaboration, borrowing from the input wherever possible.