Page 1 of 1
bos2cob
Posted: 24 Feb 2016, 23:08
by hokomoko
in python
https://github.com/ashdnazg/bos2cob
It works for TA scripts and not TAK scripts for now.
Re: bos2cob
Posted: 24 Feb 2016, 23:19
by Jools
Thanks!
Re: bos2cob
Posted: 25 Feb 2016, 00:57
by Forboding Angel
I like! This is awesome cause I love being able to use notepad++ for bos but it's a giant pain in the ass when you have to keep porting it back to scriptor, so being able to just call it like this is a godsend.
Also: "kilometrage"?
Do you mean it just has a lot less usage than scriptor so wrt results YMMV?
Re: bos2cob
Posted: 25 Feb 2016, 01:04
by hokomoko
I refuse to use mileage as no one should use miles.
You can use elmoage if you want.
it's not YMMV since results should be consistent on different machines.
It just means that it had significantly less usage than scriptor and unknown bugs may still be present.
Re: bos2cob
Posted: 25 Feb 2016, 02:11
by Super Mario
hokomoko wrote:I refuse to use mileage as no one should use miles.
You can use elmoage if you want.
it's not YMMV since results should be consistent on different machines.
It just means that it had significantly less usage than scriptor and unknown bugs may still be present.
What....
Re: bos2cob
Posted: 25 Feb 2016, 04:52
by Jools
Except nautical miles make a hell lot of sense, because one nm equals one minute on the N/S circumference of earth.
Re: bos2cob
Posted: 25 Feb 2016, 18:25
by nixtux
Thanks, This will be very handy no more VM for scriptor

Re: bos2cob
Posted: 25 Feb 2016, 18:55
by hokomoko
nixtux wrote:Thanks, This will be very handy no more VM for scriptor

btw, there's a bug in your current abroadside cob.
the bos contains
which scriptor accidentally parses as:
so either put some parentheses or use my compiler to create a correct version.
Re: bos2cob
Posted: 26 Feb 2016, 11:59
by Beherith
Very nice work, the only thing I was able to get it to choke on was a badly written float value (0.5.000 instead of 0.5000)
Excellent, may I include it in the BAR repo?
Re: bos2cob
Posted: 26 Feb 2016, 12:13
by hokomoko
feel free, just note that it's GPL (not really necessary to attach the license file as it's mentioned in the files too)
Re: bos2cob
Posted: 30 Mar 2016, 09:38
by hokomoko
Updated to fix a bug with hex integer values.