Nickforall / taal

:zap:Experimental systems programming language
6 stars 0 forks source link

Better way to load in configs #7

Open Nickforall opened 6 years ago

Nickforall commented 6 years ago

The global node variable containing flags is not really optimal, since we want the taal compiler to be able to be used as a node library (for now), especially when I want to compile multiple files parallel/incremental.

I am not really sure how I would want to fix it though.