antimony-lang/antimony

backend cli flag

garritfra opened this issue · 0 comments

The CLI should be able to determine the backend based on a CLI flag.
It has priority over the file extension.

These are valid flags

$ sabre run -b js main.sb
$ sabre run main.sb --backend js
$ sabre run main.sb -b c
$ sabre build --backend js main.sb -o main.c