qlova / uct

Universal compiler and translator, build your own compiler that targets other programming languages.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

BASH scoping issue #2

Open Splizard opened 8 years ago

Splizard commented 8 years ago

The bash implementation has scoping issues, these should be fixed, maybe we should inline the stack functions.

Splizard commented 7 years ago

I think this is mostly fixed now. There are now different issues with recursive functions.