oscarcs / klein

A tiny build tool for web development.
MIT License
0 stars 0 forks source link

Better scope handling #2

Open oscarcs opened 5 years ago

oscarcs commented 5 years ago

Variable scope is currently handled with a single flat scope each for globals and locals. It would be good to change this to something more sane.