【发布时间】:2018-08-17 06:42:27
【问题描述】:
好吧,问题在标题中,所以我要做的只是给你一个例子,希望有人能提供帮助!
注意:我使用的是 Linux Mint 18.x
这是我想做的事情:
#compile the javascrpit code with nectar
nectar file.js --single -o compiledFile
#now i want to run it with a second argument witch is an input file
./compiledFile inputFile
我知道 JavaScrpit 本身不支持这种类型,但 NectarJS 库/编译器中有类似的东西
【问题讨论】:
标签: javascript linux compilation arguments nectarjs