dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
5 stars 1 forks source link

update_Parser.java #308

Closed ghanghavmayur closed 6 months ago

ghanghavmayur commented 6 months ago

This pull request addresses issue #301 by replacing the ambiguous variable name "foo" with a more meaningful and descriptive name in the op= parse code.