arturo
arturo copied to clipboard
[Env\parseCmdlineArguments] verify it's working right
[Env\parseCmdlineArguments] verify it's working right
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/vm/env.nim#L56
return newString(v)
# TODO(Env\parseCmdlineArguments) verify it's working right
# labels: vm,library,language,unit-test
proc parseCmdlineArguments*(): ValueDict =
result = initOrderedTable[string,Value]()
var values: ValueArray = @[]
ndex cc3da81fb..36a777f5b 100644
++ b/src/vm/errors.nim
19df97b95c2f25070386dcdb604df1b942697ea4
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing issue as stale.