labs-lang / labs

LAbS: a Language with Attribute-based Stigmergies - Parser + Code generator
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Disable bitvector typedefs #16

Closed lou1306 closed 5 years ago

lou1306 commented 5 years ago

We should add a flag that prevents the translator from generating bitvector typedef and force standard C types instead.

lou1306 commented 5 years ago

Done, use SLiVER with the --no-bv flag