c2compiler
c2compiler copied to clipboard
Compiler: add builtin properties for min/max etc.
- add support for builtin properties
- handle
min,maxandwidthfor integer types - handle
min,max,width,inf,nanfor floating point types - allow builtin names as module names
- create c2 library with builtin property modules
- add c2 module in c2 library and remove
c2module_loader.c2min_xxxandmax_xxxdefinitions should be removed after boostrap- C types should be removed and replaced with
extern "C" {}blocks
- update tests