Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.53k stars 70 forks source link

distinguish function calls that appear on the same line #169

Closed akihiro17 closed 2 days ago

akihiro17 commented 3 weeks ago

I add the col to the invocation_instance so that Amber can distinguish function calls that appear on the same line.

Mte90 commented 1 week ago

Maybe for code readability we can do something if the Bash generated is executed with Amber itself so can parse the Bash code and give more info.

b1ek commented 1 week ago

@Ph0enixKM @arapower could you take a look at this?

akihiro17 commented 4 days ago

@Ph0enixKM I have resolved the conflicts.